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
Due to performance issues, we need to employ the pagination approach for the list of releases displayed. Now that we have migrated to ReactJS, it should be easier to implement.
The frontend side of implementation should be classic pagination at the bottom of the list, and using pagination should cause backend API request with corresponding offset and limit query string parameters added. The place where total number of items is returned from backend should for now be assumed and marked with "TODO", so when backend implements it, the frontend is modified to utilize it.
For now, the backend would just ignore those parameters and will still return full list. The backend part will be done separately.
The text was updated successfully, but these errors were encountered:
Hii,
I can work on it. But i would need a few pointers as i am new to open source and to this project as a whole. So it would be helpful if anyone can guide me.
Thankyou
Hii, I can work on it. But i would need a few pointers as i am new to open source and to this project as a whole. So it would be helpful if anyone can guide me. Thankyou
Which pointers do you need? As for general Open Source, you'll need to create a "pull request" on GitHub, there are plenty of guides on Internet how to do it.
Relates to #372 and 166.
Due to performance issues, we need to employ the pagination approach for the list of releases displayed. Now that we have migrated to ReactJS, it should be easier to implement.
The frontend side of implementation should be classic pagination at the bottom of the list, and using pagination should cause backend API request with corresponding
offset
andlimit
query string parameters added. The place wheretotal
number of items is returned from backend should for now be assumed and marked with "TODO", so when backend implements it, the frontend is modified to utilize it.For now, the backend would just ignore those parameters and will still return full list. The backend part will be done separately.
The text was updated successfully, but these errors were encountered: