issues
search
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
Have a bunch more courses (e.g. 50)
On loading the UI, only fetch a subset of courses (e.g. 3 for each status)
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
Paginate courses. Each column fetches its own courses