tmarkec / take_a_hike

0 stars 1 forks source link

User can comment posts #6

Closed tmarkec closed 1 year ago

tmarkec commented 1 year ago

As a registered user I want to be able to leave comments for posts so that I can engage with other users and leave feedback about certain topic

tmarkec commented 1 year ago

Acceptance criteria:

  1. Empty textbox displayed on the bottom of the page
  2. After submitting message is displayed confirming that site owner will review comment before posting it
  3. If approved comment appears with in the comment section

Tasks:

  1. Create comment model in database with all necessary fields
  2. Create comments section on post page- text field with button
  3. Add success message