brandonhach / rep

No build currently available, will deploy alpha soon for demo!
1 stars 0 forks source link

User Story: Comments Tab #11

Closed brandonhach closed 3 months ago

brandonhach commented 3 months ago

Description

As a user, I want to see comments made on my profile. As a user, I want to leave a comment on a user's profile. As a developer, I want to provide a basic comment functionality for users.

Acceptance Criteria

Tasks

  1. Fetch data via server components to the comment client component and display all comments.
  2. Update schema and table related to Comment.
  3. Create a POST with server actions to allow users to write comments.