-
Notifications
You must be signed in to change notification settings - Fork 27
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
feat: enhance project archive/unarchive functionality in controller a… #1131
base: development
Are you sure you want to change the base?
Conversation
…nd router - Updated to improve the archive/unarchive process. - Modified to handle new routes for archiving and unarchiving projects.
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.
The changes here look good, I have reviewed the FE PR and added the necessary comments there.
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 tested this PR in both dark and light mode, everything goes well. Screenshot attached in frontend PR.
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.
Left comments on frontend PR
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.
Tested the PR and the changes work as expected and left a review on the frontend.
Tested and added comments in Frontend PR |
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.
Approving this PR, detailed comment on the frontend PR
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.
Review FE and BE. Both work as explained. Function well in light and black mode. Both show and hide, archive and unarchive functions work as expected. More pictures are in the front end comment.
Description
Related PRS (if any):
To test this backend PR you need to checkout the #2778 frontend PR.
…
Main changes explained:
How to test:
npm install
andnpm run build and npm run start
to run this PR locally