-
Notifications
You must be signed in to change notification settings - Fork 23
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
[SDP-974] data/httphandler/validators: Adding sorting to GET /users endpoint. #104
Conversation
stellar-disbursement-platform-backend-preview is available here: |
stellar-disbursement-platform-backend-preview is available here: |
stellar-disbursement-platform-backend-preview is available here: |
Thanks Maria! Would you mind adding some notes on how this has been tested? Also have you tested this in the deployed PR Preview environment? I believe that a FE is now deployed with each preview. is that correct @marwen-abid ? |
stellar-disbursement-platform-backend-preview is available here: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The issue here is that we're creating a dependency where stellar-auth
imports from internal
package.
We want to avoid doing that because it creates a circular dependency and stellar-auth
has remained a standalone package in the current version.
stellar-disbursement-platform-backend-preview is available here: |
Co-authored-by: Caio Teixeira <[email protected]>
stellar-disbursement-platform-backend-preview is available here: |
stellar-disbursement-platform-backend-preview is available here: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Thank you for the changes.
Something went wrong with PR preview build please check |
stellar-disbursement-platform-backend-preview is available here: |
stellar-disbursement-platform-backend-preview is available here: |
What
Add sort and direction parameters to sort
GET /users
endpoint.Why
Sort users according to query parameters.
Known limitations
N/A
Checklist
PR Structure
Thoroughness
Configs and Secrets
values.yaml
file.pr-preview
,dev
,demo
,prd
).values.yaml
file.pr-preview secrets
,dev secrets
,demo secrets
,prd secrets
).Release
develop
ormain
after it's ready for production!Deployment