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

Avoid unnecessary page reloads by using javascript #230

Open
arborrow opened this issue Nov 1, 2018 · 1 comment
Open

Avoid unnecessary page reloads by using javascript #230

arborrow opened this issue Nov 1, 2018 · 1 comment
Labels
improvement issues that will improve existing functionality meta larger issues that may require smaller issues or that help resolve many issues

Comments

@arborrow
Copy link
Owner

arborrow commented Nov 1, 2018

When viewing a retreat (which we may want to start referring to as events - which might include renaming the controller to EventController if we want to be consistent about sticking to the table names although the word event has a special meaning in Laravel - https://laravel.com/docs/5.7/events - so maybe retreats is just as good of a word as any other) - in any case - retreat show blade loads with a list of all the registered retreatants with pushbuttons to change statuses for when they arrive, depart, etc. Currently, clicking on one of these buttons reloads the entire page and it would be much nicer if this was handled by javascript and the necessary section was updated.

There may be other areas as well that could benefit from having some js to keep things efficient.

@arborrow arborrow added improvement issues that will improve existing functionality meta larger issues that may require smaller issues or that help resolve many issues labels May 2, 2019
@arborrow
Copy link
Owner Author

arborrow commented Apr 1, 2021

Consider implementing https://laravel-livewire.com/ to help reduce unnecessary page reloads.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
improvement issues that will improve existing functionality meta larger issues that may require smaller issues or that help resolve many issues
Projects
None yet
Development

No branches or pull requests

1 participant