-
Notifications
You must be signed in to change notification settings - Fork 24
[$60] Pagination for My Teams Page (list of teams) #37
Comments
Contest https://www.topcoder.com/challenges/30160317 has been created for this ticket. |
@maxceem please assign to me |
Contest https://www.topcoder.com/challenges/30160317 has been updated - it has been assigned to yoution. |
@yoution At the moment we are showing "Loading..." during teams loading. Let's also show it when we change page or when we loading on filter change, so users know that we are loading new data. Also, can we show the text "Not teams found" if there are not teams? |
@sandhiyakavi could we please log this as a separate issue? The thing is that for filtering we use Projects API: |
Other than the filter issue, other functionalities are working fine. |
Payment task has been updated: https://software.topcoder.com/review/actions/ViewProjectDetails?pid=30160317 |
Implement pagination and filter field for My Teams page:
Bellow add pagination like we have on other pages:
it would on gray background on My Teams Page
don't show "Show More" button
When we type something inside the filter we should send a request to the server automatically. Use debouncing, so when we type fast, we don't send request on each keypress.
Pagination should also be handled server-side.
TaaS API already supports everything we need https://github.com/topcoder-platform/taas-apis/issues?q=is%3Aissue+is%3Aclosed
The text was updated successfully, but these errors were encountered: