Issue: https://github.com/agency-of-learning/PairApp/issues/418
We want users in the platform to be able to comment on other users standup updates.
specs:
User-StandupMeeting-Comment
Cons:
this approach makes following the wireframe design hard/unclear. The idea is to be able to click on a comments link from the standup_meetings index view. and to be redirected to an individua view for the given standup_meeting section as show below.
with this approach, i am not clear which view i’ll use to render the “comments” (right image). One option is to use the standup_meetings/show view and dynamically rendering the appropriate standup_meeting sections? but this seems messy
Seems to me like we need a model joining sections/questions with comments?