Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Partner List Navigation is broken #26

Closed
adriancollier opened this issue Jun 11, 2012 · 3 comments
Closed

Partner List Navigation is broken #26

adriancollier opened this issue Jun 11, 2012 · 3 comments

Comments

@adriancollier
Copy link
Contributor

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

@ghost ghost assigned zzgvh Jun 12, 2012
@adriancollier
Copy link
Contributor Author

Additional item from Lighthouse:

Go to:
http://test2.akvo.org/rsr/organisations/

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.

Beneficial to do in one?

@adriancollier
Copy link
Contributor Author

Another LH item:

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.

@zzgvh zzgvh closed this as completed in acdb5ae Jun 18, 2012
@zzgvh
Copy link
Contributor

zzgvh commented Jun 18, 2012

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!

@MichaelAkvo MichaelAkvo moved this to Done in RSR Dec 8, 2022
@MichaelAkvo MichaelAkvo added this to RSR Dec 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Archived in project
Development

No branches or pull requests

2 participants