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
The Navigation of Parnter lists on Akvo.org is not working correctly. When following the flow:
Akvo.org -> Partners -> Project Partners -> List of Support Partners
This gives you a list with 62 ORganisations. Clicking on next page gives you page 2 of a list with 611 Orgs.
Paging mechanism here is still First| Previous| Next| Last, as a user would be nice to at least have more progressive mechanism used on http://test2.akvo.org/rsr/projects/all/, ie: including links to numbered pages in django-pagination.
Implementing the new navigation could resolve the issue and make the pages more in-line with each other.
Scroll down to the bottom of the list, click on the “previous” link, which has a number of spaces in the URL (shows up as a number of %20 after each other).
The solution should according to Gabriel be to implement Django Pagination or Class based views, as used in Partner sites.
This issue is related to this issue: https://akvo.lighthouseapp.com/projects/46515/tickets/231-issue-wit... which should be fixed at the same time.
I'm doing a minimum fix right now. Ultimately this page, the project listing page and the partner sites home page might use class based view mixins for context and possibly a common listing template fragment, but that's for another day!
The Navigation of Parnter lists on Akvo.org is not working correctly. When following the flow:
Akvo.org -> Partners -> Project Partners -> List of Support Partners
This gives you a list with 62 ORganisations. Clicking on next page gives you page 2 of a list with 611 Orgs.
https://www.dropbox.com/s/ek1ddvcoqjxtf06/Partner_filter.mov
The text was updated successfully, but these errors were encountered: