-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
♻️(api) refactor getting versions to expose pagination #258
Conversation
8aa042d
to
1d67828
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
1d67828
to
00e851b
Compare
It was not so trivial but I pushed a fixup for your review! 😅 |
00e851b
to
f527df1
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Bravo !
f527df1
to
0ebba30
Compare
Getting versions was not working properly. Some versions returned were not accessible by the user requesting the list of available versions. We refactor the code to make it simpler and let the frontend handle pagination (load more style).
0ebba30
to
ee6f34b
Compare
Purpose
Getting versions was not working properly. Some versions returned were not accessible by the user requesting the list of available versions.
Proposal
We refactor the code to make it simpler and let the frontend handle pagination (load more style).