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

Enable Users to be filtered by whether they are a Partner admin #452

Conversation

SangilYun
Copy link
Contributor

Issue link / number:

#443 (comment)

What changes did you make?

added logic to handle IS NOT NULL

Why did you make the changes?

to be able to filter users by whether they are a partner admin or not.

@SangilYun SangilYun marked this pull request as ready for review June 6, 2024 15:40
SangilYun and others added 2 commits June 7, 2024 00:48
…d-by-whether-they-are-a-Partner-admin

# Conflicts:
#	src/user/user.service.ts
@kyleecodes
Copy link
Member

@SangilYun Just to verify, were you able to test that this worked?
Thank you!

@SangilYun
Copy link
Contributor Author

@SangilYun Just to verify, were you able to test that this worked? Thank you!

@kyleecodes I tested it by sending HTTP requests to the server from the client side with and without URI encoded object that looks like this and I was able to get only partner admin accounts.

 {
    "email": "[email protected]",
    "partnerAdmin": {"partnerAdminId": "IS NOT NULL"},
}

Did you get a different result when you tested it? If you have any specific scenarios you'd like me to test, please let me know.
Thank you!

Copy link
Member

@kyleecodes kyleecodes left a comment

Choose a reason for hiding this comment

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

LGTM!

@eleanorreem eleanorreem merged commit 053bace into chaynHQ:develop Jun 13, 2024
3 checks passed
@eleanorreem
Copy link
Contributor

Merged ! Thanks!

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

Successfully merging this pull request may close these issues.

3 participants