TomatoesBurner / Agile-Web-Community-Forum

0 stars 0 forks source link

New Branch: Feature/postCom-page #19

Closed akikodesu closed 1 month ago

akikodesu commented 1 month ago
  1. Render the post-detail.html into a Jinja2 template, including functionalities like replying to posts and accepting answers.
  2. Change the data type of the content field in the CommentForm from StringField to TextAreaField to better accommodate the length of responses.
  3. Interface with the backend and complete debugging.