-
Notifications
You must be signed in to change notification settings - Fork 17
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
BC-7822 - Implement new sidebar option for rooms #5177
Conversation
"FEATURE_ROOMS_ENABLED": { | ||
"type": "boolean", | ||
"default": "false", | ||
"description": "Enables the rooms feature" | ||
} | ||
}, | ||
"required": [] |
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.
if you want this to be enabled on local and old e2e, then you can add to true on development.json and test.json
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.
oh! good point! not sure about the e2e currently, but on local would be nice
Quality Gate passedIssues Measures |
Description
As a teacher, I want to see a new sidebar option for rooms as a new beta option.
Links to Tickets or other pull requests
BC-7822
hpi-schul-cloud/dof_app_deploy#934
hpi-schul-cloud/nuxt-client#3355
hpi-schul-cloud/schulcloud-client#3500
Screenshots of UI changes
Approval for review
generate-client:server
was executed in vue frontend and changes were tested and put in a PR with the same branch name.