-
-
Notifications
You must be signed in to change notification settings - Fork 183
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
feat(organizations): add functions for managing members TASK-985 #5281
base: main
Are you sure you want to change the base?
Conversation
…e-endpoints-to-handle-org-members
… query for user mfa details
…hook more customizable and then use it in `MembersRoute`
…hook more customizable and then use it in `MembersRoute`
…x/kpi into leszek/task-980-members-table
…eszek/task-980-members-table
…omprehensive tests
…omprehensive tests
…eszek/task-980-members-table
…x/kpi into leszek/task-980-members-table
…eszek/task-980-members-table
…x/kpi into leszek/task-980-members-table
…ber-mutation-api # Conflicts: # jsapp/js/account/organizations/membersQuery.ts
…eszek/task-980-members-table # Conflicts: # jsapp/js/account/organization/MembersRoute.tsx # jsapp/js/account/organization/membersQuery.ts # jsapp/js/account/organization/membersRoute.module.scss # jsapp/js/account/routes.constants.ts # jsapp/js/account/routes.tsx # jsapp/js/api.endpoints.ts
…ber-mutation-api # Conflicts: # jsapp/js/account/organization/membersQuery.ts
# Conflicts: # jsapp/js/account/organization/MembersRoute.tsx # jsapp/js/account/organization/membersQuery.ts # jsapp/js/api.endpoints.ts # kobo/apps/organizations/serializers.py # kobo/apps/organizations/views.py
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, not tested. I like how simple getMemberEndpoint
approach is, for now let's stick to that.
Once we get to API schema auto-generation and auto-generated types, preferrably with auto-generated helpers, then let's worry later about what concerns and restrictions that will bring.
🗒️ Checklist
<type>(<scope>)<!>: <title> TASK-1234
frontend
orbackend
unless it's global💭 Notes
Not testable per se until further PR is built atop this one and uses it :)