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

[Calendar] A button to hide music room, Sports, Moodle #122

Open
ArtemSBulgakov opened this issue Feb 14, 2024 · 2 comments
Open

[Calendar] A button to hide music room, Sports, Moodle #122

ArtemSBulgakov opened this issue Feb 14, 2024 · 2 comments
Labels
enhancement New feature or request good first issue A good place to start

Comments

@ArtemSBulgakov
Copy link
Member

ArtemSBulgakov commented Feb 14, 2024

Describe the feature

There is a music room card shown for users who are registered in Music room. Currently the events from Music room cannot be hidden from calendar like all other groups.

Suggested solution

In the Sources dialog on Calendar page, there should be a button on Music room (Sports, Moodle) card to hide the group. After clicking, it should call backend.

Additional context

The button should look like in all other event groups (eye icon).

Image

@ArtemSBulgakov ArtemSBulgakov moved this to 🔖 Todo in InNoHassle Feb 14, 2024
@ArtemSBulgakov ArtemSBulgakov added good first issue A good place to start enhancement New feature or request labels Feb 25, 2024
@ArtemSBulgakov
Copy link
Member Author

Three such buttons: for Music room, Sports, and Moodle

@ArtemSBulgakov ArtemSBulgakov changed the title A button to hide music room from dashboard [Dashboard] A button to hide music room Sep 29, 2024
@ArtemSBulgakov ArtemSBulgakov self-assigned this Oct 4, 2024
@dantetemplar
Copy link
Member

There is route in API for that also: https://api.innohassle.ru/events/v0/docs#/Users/users_hide_target and field in User model:

  "music_room_hidden": true,
  "sports_hidden": true,
  "moodle_hidden": true,

@ArtemSBulgakov ArtemSBulgakov changed the title [Dashboard] A button to hide music room [Calendar] A button to hide music room Feb 9, 2025
@ArtemSBulgakov ArtemSBulgakov changed the title [Calendar] A button to hide music room [Calendar] A button to hide music room, Sports, Moodle Feb 9, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue A good place to start
Projects
Status: 🔖 Todo
Development

No branches or pull requests

2 participants