-
Notifications
You must be signed in to change notification settings - Fork 3
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
[WIP] Edit review pop-up model #332
Conversation
[diff-counting] Significant lines: 306. |
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.
Great work Cyrus! I'm looking forward to this PR being finished as it is definitely needed and also will also improve the overall experience for the user since they can edit their own reviews. I really like the documentation that you have also added throughout the PR. Looking forward to it!
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.
Great job Cyrus! I love the addition of documentation to section out the code, and it was great how you were able to reuse the old code from the review box to make a modal out of it. The demo looks cool too!
Summary
This pull request is the first step towards implementing the edit review pop-up model within the Profile Page.
This is what has been done so far:
Screen.Recording.2023-12-01.at.2.27.14.AM.mov
I am still working on how to populate with existing review data. I have condensed the data into FormData which is correct format but for some reason the hearts are not changing even when being updated.
Test Plan
Tested out the various actions.