p2-inc / phasetwo-admin-portal

https://phasetwo.io
Other
19 stars 14 forks source link

Member search + pagination #38

Closed xgp closed 1 year ago

xgp commented 1 year ago

Might need a new endpoint in the API.

pnzrr commented 1 year ago

Yes, if you want the search to go to the server, we need to add another query param for the search.

xgp commented 1 year ago

Working on this https://github.com/p2-inc/keycloak-orgs/issues/51

xgp commented 1 year ago

@pnzrr this is done, but not yet released to app.phasetwo.io

xgp commented 1 year ago

@pnzrr This is released.

pnzrr commented 1 year ago

is there a way to get a total count of members somehow? right now I was pulling that from the members array length, but if paginating, that isn't a way I can use it.

xgp commented 1 year ago

I'll add a {org}/members/count method.