You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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:
The text was updated successfully, but these errors were encountered: