-
-
Notifications
You must be signed in to change notification settings - Fork 814
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
Fix the MemberDetail
Screen in the develop-userTypeFix
branch
#1682
Labels
Comments
This was referenced Mar 8, 2024
@palisadoes can you assign me this one. |
This issue will conflict with the current Admin panel re-design - #1667 |
@pranshugupta54 when we merge the develop-userTypeFix to develop this should be fixed at that point for now I believe it's fine to merge this PR in develop-userTypeFix branch. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
NOTE
develop-userTypeFix
branchDescribe the bug
userType
by organization.userType
is currently a part of theUser
definition not part of auserOrganization
definition or something similar.Admin
is anAdmin
for all organizations which grants the same rights as aSuperAdmin
. This is not the intention.Admin
andSuperAdmin
roles.develop-userTypeFix
branch from thedevelop
branch to fix this.develop-userTypeFix
branchdevelop-userTypeFix
branch it will be merged back intodevelop
This needs to be resolved as it is a showstopper bug.
Expected behavior
These conditions must apply:
userType
must be applied per person per organization.SuperAdmin
must be aSuperAdmin
for all organizationsuserType
s would be on a per organization basisdevelop-userTypeFix
branch of Admin and the API. Your role will be to apply the change to the screen in this issue's title to thedevelop-userTypeFix
code.userType
must be unchanged.Screenshots
The current API schema:
The new API schema:
Describe alternatives you've considered
Approach to be followed (optional)
Additional context
userType
functionality:Related issues:
adminApproved
to expected functionality in thedevelop-userTypeFix
branch talawa-api#1862develop-userTypeFix
branch with the latest features fromdevelop
- Fundraising / Recurring Events talawa-api#1904MemberDetail
Screen in thedevelop-userTypeFix
branch #1682OrganizationPeople
Screen in thedevelop-userTypeFix
branch #1683User/Users.tx
Screen in thedevelop-userTypeFix
branch #1684UserPortal/Organizations
Screen in thedevelop-userTypeFix
branch #1685UserPortal/Home.tsx
Screen in thedevelop-userTypeFix
branch #1686Potential internship candidates
Please read this if you are planning to apply for a Palisadoes Foundation internship
The text was updated successfully, but these errors were encountered: