suho / kmm-ic

KMM Project with SwiftUI + Jetpack Compose

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[iOS] [Integrate] As a user, I can see a list of surveys on the home screen

suho opened this issue · comments

commented

Why

Once logged in, users can navigate through a list of surveys that they can take. The mobile app will show the basic info of the survey as they scroll through each survey.

Acceptance Criteria

  • Use the survey cover image as the background image
    • Append l to the image URL to get the high-resolution image
  • For the date label, show the survey's created_at.
    • Use the date format as shown in the design on the first line
    • Use the OS relative date format on the second line
  • Use the survey title as the title label
  • Use the survey description as the description label
  • The number of page indicators must match the number of surveys

Design

Image

Home