bidluo / Lemur

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

Post detailed view (excl comments) #1

Closed bidluo closed 1 year ago

bidluo commented 1 year ago

Objective

Enable full post content view with associated metadata (excluding comments, voting, bookmarking, and NSFW functionality).

User Stories

  1. As a user, I want to access a detailed view by tapping a post.
  2. As a user, I want to see post metadata: author, creation date, community.
  3. As a user, I need a way to return to the list view from the detailed view.

Acceptance Criteria

  1. Tapping on a post in the list view navigates to a detailed view of the post.
  2. The detailed view shows the post's full content (post.url) and metadata (post.name, creator.name, post.published, community.name, counts.comments, counts.score, counts.upvotes, counts.downvotes).
  3. A mechanism is provided for the user to return to the list view from the detailed view.

Required API Fields

Out of Scope