Stella Rouzi
Stella Rouzi
User can select favorite events, and show only their individual schedule Continuing #1142 by @Ana06 * Introduce an association between User and Event * Show individual User schedule
**Checklist** - [x] I have read the [Contribution & Best practices Guide](https://github.com/openSUSE/osem/blob/master/CONTRIBUTING.md). - [x] My branch is up-to-date with the upstream `master` branch. - [ ] The tests pass locally...
**I'm submitting a ..** - [ ] Bug Report - [X] Feature Request If there are a lot of choices, it makes sense to have a dropdown, instead of radio...
Multiple is set to false in https://github.com/openSUSE/osem/blob/master/app/helpers/application_helper.rb#L124 https://github.com/openSUSE/osem/pull/2074 It breaks the functionality of having multiple users per event.
**Checklist** - [x] I have read the [Contribution & Best practices Guide](https://github.com/openSUSE/osem/blob/master/CONTRIBUTING.md). - [x] My branch is up-to-date with the upstream `master` branch. - [ ] The tests pass locally...
Add a link to the official tutorials.
#8391 Rescue from `MiniMagick::Error` to raise error 422
`docker compose run app rails fake_data` would cause 2 errors regarding missing `user` and `disabler` ``` NoMethodError: undefined method 'id' for nil (NoMethodError) m.moderator_user_id = user.id ^^^ /lobsters/app/models/user.rb:435:in 'block in...