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

Search page - progress bar #304

Open
2 tasks
marcellmueller opened this issue Jan 31, 2025 · 0 comments
Open
2 tasks

Search page - progress bar #304

marcellmueller opened this issue Jan 31, 2025 · 0 comments
Labels
MVP beta Tickets that are part of the first layer of MVP planning

Comments

@marcellmueller
Copy link
Contributor

Describe the task
Add a loading/progress bar to the search page just like bcparks uses. This will especially improve user experience on slow connections.
https://bcparks.ca/find-a-park/

To get a better look of it's functionality open up dev tools in chrome -> network tab -> throttling -> choose fast or slow 3g and reload the page

uses the react bootstrap progress bar:
import ProgressBar from "react-bootstrap/ProgressBar";

  • Progress bar works the same as bcparks
  • The results (ie 52 results) at the top of the search list is replaced with Searching.... same as bcparks search page while loading
@marcellmueller marcellmueller added MVP beta Tickets that are part of the first layer of MVP planning and removed needs refinement labels Jan 31, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
MVP beta Tickets that are part of the first layer of MVP planning
Projects
Status: No status
Development

No branches or pull requests

1 participant