-
Notifications
You must be signed in to change notification settings - Fork 174
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
Add Project Affiliations Menu to Menu Bar #9405
Conversation
@NadaElmasry You introduced a lot of changes in the User class . Some of them are the reason you have failed Unit tests. |
You have the following static errors:
|
@NadaElmasry Can we remove all the User class changes except the ones needed for the feature? |
* | ||
* @category Main | ||
* @package Main | ||
* @author Alex Zijdenbos <zijdenbos@example.com> |
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 like this (by your IDE) are cluttering -- we'd like to see just what you changed (as discussed Friday).
@NadaElmasry if you need help with next steps here please let us know ASAP
Changes Implemented
User Class
User
class to retrieve associated projects using the user's ID.Main Template
User Page Middleware
User
class.Current Main Page View
Related Issue