Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix/irl filters #2029

Merged
merged 5 commits into from
Dec 20, 2024
Merged

Fix/irl filters #2029

merged 5 commits into from
Dec 20, 2024

Conversation

navneethkrish
Copy link
Contributor

Description

Add a few lines describing your changes

Tickets


Checklist before requesting a review

  • I've performed a self-review of my code
  • I've added relevant tests for my changes
  • I've confirmed that my code passes linting
  • I've confirmed that my code passes all tests
  • I've confirmed that my code builds correctly

Copy link

vercel bot commented Dec 20, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
protocol-labs-network-web-admin ✅ Ready (Inspect) Visit Preview 💬 Add feedback Dec 20, 2024 10:58am

if (name__icontains) {
delete builtQuery.where?.name;
}
if (isHost || isSpeaker) {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add single line comments here

@@ -53,12 +53,16 @@ export class TeamsController {
);
const builder = new PrismaQueryBuilder(queryableFields);
const builtQuery = builder.build(request.query);
const { focusAreas }: any = request.query;
const { focusAreas, isHost } : any = request.query;
if(isHost) {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add single line comments

if (name__icontains) {
delete builtQuery.where?.name;
}
if (isHost || isSpeaker) {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add single line comments

@madan-ideas2it madan-ideas2it merged commit 05467ac into develop Dec 20, 2024
3 checks passed
Copy link

🎉 This PR is included in version 1.202.0-staging.1 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Copy link

🎉 This PR is included in version 1.202.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants