Right now, only categories can be added. Adding events can be pretty useful e.g. for conferences or lectures.
Main tasks to do here:
- Add UI for users to toggle favorite event state (ideally a small react component)
- Create backend to store the user's favorite events (similar to category favorites)
- Take favorite events into account when determining category suggestions
- Show favorite events on dashboard in "Your events at hand" with a new role icon ("Favorite" ⭐)
Right now, only categories can be added. Adding events can be pretty useful e.g. for conferences or lectures.
Main tasks to do here: