-
-
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
Fixed #1473: Unexpected behavior when updation of talawa admin members profile. #1499
Fixed #1473: Unexpected behavior when updation of talawa admin members profile. #1499
Conversation
Our Pull Request Approval ProcessWe have these basic policies to make the approval process smoother for our volunteer team. Testing Your CodePlease make sure your code passes all tests. Our test code coverage system will fail if these conditions occur:
The process helps maintain the overall reliability of the code base and is a prerequisite for getting your PR approved. Assigned reviewers regularly review the PR queue and tend to focus on PRs that are passing. ReviewersWhen your PR has been assigned reviewers contact them to get your code reviewed and approved via:
Reviewing Your CodeYour reviewer(s) will have the following roles:
CONTRIBUTING.mdRead our CONTRIBUTING.md file. Most importantly:
Other
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #1499 +/- ##
===========================================
- Coverage 97.29% 97.28% -0.01%
===========================================
Files 133 132 -1
Lines 3396 3393 -3
Branches 1038 1038
===========================================
- Hits 3304 3301 -3
Misses 87 87
Partials 5 5 ☔ View full report in Codecov by Sentry. |
@Devesh326 If the user edits his own profile then how will leftDrawer update as you have removed localStorage ? |
@noman2002 @anwersayeed Can you review this PR? |
Yes, I've addressed that in the latest commit. Now, the system checks if the member's ID matches the root user's ID stored in the localStorage during login. Only under this condition, it utilizes localStorage to update the profile of the root user. |
You will need to pay attention to this PR where we are getting rid of using localstorage that was causing serious difficulties. |
Okay sir, will do the necessary changes |
Hey @palisadoes @noman2002 @anwersayeed , This Bug also involves a few changes in the Talawa-Api. I've already implemented the necessary changes. Should I open a new issue in the Talawa API repository and create a corresponding pull request to address this issue? |
Yes |
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.
Changes looks fine to me.
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.
Please fix the failing test. The your code doesn't match the schema in some ways. That is why introspection is failing.
Is the introspection issue fixed now ? |
Yes |
Sure, I'll review and push a commit to verify if the test passes. |
…put to updateUserInput
6a495ef
into
PalisadoesFoundation:develop
What kind of change does this PR introduce?
Bugfix
Issue Number:
Fixes #1473
Did you add tests for your changes?
No
Snapshots/Videos:
Palisodes.Foundation.Talawa.Members.mp4
Summary
Solves the following issues:
Have you read the contributing guide?
Yes