-
Notifications
You must be signed in to change notification settings - Fork 5
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
feat(users): event awareness #335
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Merci 🙏 💯
Quelques petits détails, sinon je pense que c'est un attribut propice à l'usage d'une énumération : une opportunité de découvrir si tu ne connais pas !
@wJoenn Pour info chez moi le formulaire ne fait pas persister les données, c'est une question de gestion des params. Je suis en train de fix |
J'ai pas du tout ce probleme Le.Wagon.x.Advent.of.Code.-.Brave.2023-11-19.22-30-20.mp4irb(main):002> User.last.event_awareness
User Load (0.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]]
=> nil
irb(main):003> User.last.event_awareness
User Load (0.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]]
=> "linkedin" |
C'est peut-être une question de navigateur ? Ou un truc que j'ai dû zapper... je reload la db pour voir Screen.Recording.2023-11-19.at.22.35.20.mov |
Hmm c'était la db, fausse alerte ! J'ai run les migrations quand j'étais pas à jour sur la branche |
Summary of changes and context
closes #334
Sanity checks