bidluo / Lemur

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

Community List #13

Open bidluo opened 5 months ago

bidluo commented 5 months ago

Objective

Provide a user interface that displays a list of communities from the selected Lemmy instance. The list should be sorted by the selected sort order, and can be filtered to show/hide NSFW communities. The user should be able to tap on a community to view its details.

User Stories

  1. View Community List - As a user, I want to see a list of communities so that I can explore the different groups available on a Lemmy instance.
  2. Sort Community List - As a user, I want to sort the list of communities so that I can view them in an order that suits me.
  3. Filter NSFW Communities - As a user, I want to have the option to hide or show NSFW communities.
  4. View Community Details - As a user, I want to tap on a community to view its details and posts.

Acceptance Criteria

Required API Fields

Request

Out of Scope