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

Data persistence during the session (load more, filters, etc) #104

Open
vaidotasp opened this issue Feb 5, 2019 · 0 comments
Open

Data persistence during the session (load more, filters, etc) #104

vaidotasp opened this issue Feb 5, 2019 · 0 comments
Labels
enhancement New feature or request frontend

Comments

@vaidotasp
Copy link
Contributor

vaidotasp commented Feb 5, 2019

Looking for events and clicking load more button is not persisting the list

Way to replicate:

  1. Go to events page
  2. Click load more button
  3. Click on one of the fetched events
  4. Click Back button to go back
  5. Page fetches initial 5 events again but should persist the data and show wherever the user was before

Other thing that should be persisted: user's set filters on event page.
Possible solutions: we could have context save the filters and offsets urls so it persists on refreshes and navigations. Perhaps Next.js has a solution for this baked in.

@vaidotasp vaidotasp added bug Something isn't working enhancement New feature or request frontend and removed bug Something isn't working labels Feb 5, 2019
@vaidotasp vaidotasp changed the title Looking for events and clicking load more button is not persisting the list Data persistence during the session (load more, filters, etc) Feb 5, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request frontend
Projects
None yet
Development

No branches or pull requests

1 participant