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

Allow events to be favorited #5338

Merged
merged 2 commits into from
May 13, 2022
Merged

Allow events to be favorited #5338

merged 2 commits into from
May 13, 2022

Conversation

Leats
Copy link
Contributor

@Leats Leats commented May 5, 2022

I am back :)
This adds the ability to favorite events via button:
Bildschirmfoto 2022-05-05 um 14 41 22
Bildschirmfoto 2022-05-05 um 15 18 40

They're now also shown on the dashboard and in the Favorites in the settings and will be considered for the suggested categories.

Closes #1662

@Leats Leats force-pushed the fav-events branch 2 times, most recently from d3525fd to 066c440 Compare May 5, 2022 13:56
indico/modules/categories/views.py Outdated Show resolved Hide resolved
indico/modules/events/views.py Outdated Show resolved Hide resolved
<FavoriteCatManager userId={userId} />
<div className="row">
<FavoriteUserManager userId={userId} />
<FavoriteCatManager userId={userId} />
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

indico/modules/users/client/js/Favorites.module.scss Outdated Show resolved Hide resolved
indico/modules/users/schemas.py Outdated Show resolved Hide resolved
indico/modules/users/client/js/Favorites.jsx Outdated Show resolved Hide resolved
indico/modules/users/controllers.py Show resolved Hide resolved
@ThiefMaster ThiefMaster added this to the v3.2 milestone May 5, 2022
@Leats Leats force-pushed the fav-events branch 4 times, most recently from 0542f82 to e3b84e3 Compare May 12, 2022 12:51
Update the category fav button as well
@ThiefMaster ThiefMaster enabled auto-merge (squash) May 13, 2022 16:38
@ThiefMaster ThiefMaster merged commit 779eab1 into indico:master May 13, 2022
@ThiefMaster ThiefMaster deleted the fav-events branch May 13, 2022 16:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Allow events to be favorited (added to dashboard)
2 participants