-
Notifications
You must be signed in to change notification settings - Fork 5
feat: add existing members to member request page #1410
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
base: staging
Are you sure you want to change the base?
feat: add existing members to member request page #1410
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
keyArgs: ['input', ['orgId', 'podIds', 'date', 'statuses', 'priorities']], | ||
merge: offsetLimitPaginationInput, | ||
}, | ||
getOrgUsers: offsetLimitPagination(['orgId', 'searchString', 'roleIds', 'limit']), |
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.
why do we want to remove this limit?
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.
I guess this was a mistake, we shouldn't consider any key with combination to the limit
key to identify a new request. Do you have any thoughts on this @Lamperoyge ?
…tPodMembershipRequest query
f452314
to
eb72872
Compare
wondrous-app/graphql/queries/org.ts
Outdated
lastName | ||
bio | ||
additionalInfo { | ||
podCount |
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.
this is actually the wrong data, this is total pod count across organizations. let's just remove the pod count field
…members-to-member-request-page
…members-to-member-request-page
📌 References
https://github.com/wondrous-dev/wondrous-backend/pull/674
https://github.com/wondrous-dev/wondrous-backend/pull/686
📘 Description
Add existing members to org and pod members page with the ability to filter using username / wallet address and / or roles
🎥 Screenshot or Video
https://www.loom.com/share/8cd59ab1cfc249ff92117500f386cdc6
🍰 Checklist: