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

Feature/pagination #32

Closed
wants to merge 7 commits into from
Closed

Feature/pagination #32

wants to merge 7 commits into from

Conversation

mauriceackel
Copy link
Member

Added simple pagination (press page/next page/most recent posts) to the FilteredList component. Pagination can be enabled via properties. So can the page size (I set it to 20 for now and disabled pagination on the /overview page).

Also redesigned the way queries are made by introducing a query builder.

Maurice added 7 commits March 18, 2020 02:50
…the filtered list element. Furthermore, page size can be specified.
…s a search request, we build up a new query based on several conditions. As soon as we search for a location, we disable pagination.

If mapsApi is not available, as filtering of requests is done serverside. This also implies, that while you search for a location, requests are NO LONGER SORTED BY TIMESTAMP. Instead, in this case they are sorted by plz.

This also works with the mapsApiEnabled.
@mauriceackel
Copy link
Member Author

Closing #18

@mauriceackel
Copy link
Member Author

I will close this for now and push create a new branch as soon as #17 is fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant