Problem statement
We have implemented hotwire for event updates so that we can easily add, update or delete events in our app and the changes will be automatically reflected in all client sessions without needing a redirect or page refresh.
However, our user model does not have any hotwire implemented. The goal is to take what we learned from the events hotwire implementation and apply it to users.
Solution
Follow the steps in video 17 - Implementing Hotwire (add link) to implement hotwire for the users resource.
I'd be happy to review your implementation when I have time. Please open a pull request following these steps:
- Follow this guide to setup your forked repo
- Checkout a development branch
- Implement your changes
- Open a pull request and tag me for review
Problem statement
We have implemented hotwire for event updates so that we can easily add, update or delete events in our app and the changes will be automatically reflected in all client sessions without needing a redirect or page refresh.
However, our user model does not have any hotwire implemented. The goal is to take what we learned from the events hotwire implementation and apply it to users.
Solution
Follow the steps in video 17 - Implementing Hotwire (add link) to implement hotwire for the users resource.
I'd be happy to review your implementation when I have time. Please open a pull request following these steps: