-
-
Notifications
You must be signed in to change notification settings - Fork 712
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 UserPortal/Home.tsx
Screen in the develop-userTypeFix
branch
#1686
Comments
@palisadoes I would like to work on this. |
@rahulch07 This is going to require someone with experience with the repo, or proven long term experience with typescript, MERN, and / or graphQL in their GitHub profile. Do you have that? |
@Cioppolo14 No I have some experience in MERN but I am new to graphQL |
@rahulch07 Ok, lets find a different issue that suits you better to get you familiar with the repositories. |
@kanhaiya04 You could start working on this one. Do you want to be assigned? |
@palisadoes Yeah, I can do. |
@kanhaiya04 do you need any help with this. |
@adi790uu Thanks for asking, but it's almost done. |
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: