samuelashraff / rest-to-graphql-migration

0 stars 1 forks source link

Add pagination #7

Open fravl opened 1 year ago

fravl commented 1 year ago

Paginate courses. Each column fetches its own courses

Nurou commented 1 year ago
  1. Have a bunch more courses (e.g. 50)
  2. On loading the UI, only fetch a subset of courses (e.g. 3 for each status)
  3. Enable user to 'view more', i.e. fetch more through pagination (in batches of e.g. 10 courses) Would help comparison with GQL
Nurou commented 1 year ago
CleanShot 2023-10-31 at 16 42 27@2x