You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Move editing comments && rating features on the same page at the event detail page.
Specifically, once hit rate button, a form should appear right below the rating button and input information as before. Once hit submit rating, redirect again to the event detail page, but with updated info. Same thing for editing comments.
Tasks
[p0S]refactor editing comment to be on event detail page
[p0M]refactor rating to be on event detail page
Eng cost estimation
3 days per task
I found the listed resources, linked below, and found this is actually not difficult. The key idea is to partially render views in the html page. We can first try refactoring the editing comment.
Context
Goal
Move editing comments && rating features on the same page at the event detail page.
Specifically, once hit rate button, a form should appear right below the rating button and input information as before. Once hit submit rating, redirect again to the event detail page, but with updated info. Same thing for editing comments.
Tasks
Eng cost estimation
3 days per task
I found the listed resources, linked below, and found this is actually not difficult. The key idea is to partially render views in the html page. We can first try refactoring the editing comment.
Resources:
The text was updated successfully, but these errors were encountered: