bidluo / Lemur

WIP Lemmy Client for iOS. Built for iOS 17
GNU General Public License v3.0
7 stars 0 forks source link

Create Comment List View #2

Closed bidluo closed 1 year ago

bidluo commented 1 year ago

Description: We need to implement a view that displays a list of comments for a specific post. The comments should be ordered based on their 'hot rank'. In cases where child comments are returned from the API, these should be displayed under their parent comment.

Requirements:

Fields from API:

Acceptance Criteria:

  1. When a user opens a post, they should see a list of comments.
  2. Each comment should show its content, the name of its creator, its score, and its publish date.
  3. If a comment has child comments that were returned from the API, these should be displayed under the parent comment, clearly indicating their relationship.