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

Implement hotwire for users resource #4

Open
luanzeba opened this issue May 22, 2022 · 0 comments
Open

Implement hotwire for users resource #4

luanzeba opened this issue May 22, 2022 · 0 comments
Labels
good first issue Good for newcomers

Comments

@luanzeba
Copy link
Owner

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:

  1. Follow this guide to setup your forked repo
  2. Checkout a development branch
  3. Implement your changes
  4. Open a pull request and tag me for review
@luanzeba luanzeba added the good first issue Good for newcomers label May 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant