You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 17, 2020. It is now read-only.
What is the problem?
There exists an API to query for the complete list of user created short links. Since, over time, the number of short links created by an user will be substantially large, we would need to support pagination. With #193 , the UI for displaying the short links in a pagination will be complete.
Your solution
Support pagination in server-side to query only for the currently displayed page.
Please split the issue into 2 parts and link it back here,
Support pagination in server side for user created short links.
Update ApiService in client side to accommodate the changes in API.
The text was updated successfully, but these errors were encountered:
What is the problem?
There exists an API to query for the complete list of user created short links. Since, over time, the number of short links created by an user will be substantially large, we would need to support pagination. With #193 , the UI for displaying the short links in a pagination will be complete.
Your solution
Support pagination in server-side to query only for the currently displayed page.
Please split the issue into 2 parts and link it back here,
The text was updated successfully, but these errors were encountered: