Ringworm-Relief / rr-frontend

https://rr-as.vercel.app
0 stars 1 forks source link

Create routing + basic forum page #71

Open AsherSpurr opened 3 weeks ago

AsherSpurr commented 3 weeks ago
  1. Forum 1a. Category a. Post (a1. Thread/Messages) b. Post (b1. Thread/Messages)
AsherSpurr commented 3 weeks ago

As a user when I enter the support section I should be brought to a forum "home page" With a default view of general advice topics/posts. At the top of the page under the nav bar I should see categories including cleaning, treatment, and general advice.

AsherSpurr commented 3 weeks ago

As a user on one of the forum categories, I should see a horizontal card including the posts heading and the first sentence of the post.

AsherSpurr commented 3 weeks ago

When I click on a post, I should navigate to a detailed view of that post with a comment section. As a developer any comments made in a detailed view will be POSTed to be an attribute of that post (ideally labelled threads, or something similar)

AsherSpurr commented 3 weeks ago

A user post and thread comment should include data about the user who created it and date created.

AsherSpurr commented 3 weeks ago

Forum posts and comments will not belong to users -- instead, they will have a user_id which can be cross-referenced if a user wants to change or delete a post. Commenting and posting abilities will be restricted to logged-in users by the front-end. To "POST" a new post or comment the token should be sent back.