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

BC-7796 - Room Details, Create, Update, Delete #3386

Open
wants to merge 57 commits into
base: main
Choose a base branch
from

Conversation

odalys-dataport
Copy link
Contributor

@odalys-dataport odalys-dataport commented Aug 30, 2024

Short Description

User story

As a teacher, I want to have a room page for all my room content (boards etc), to have a starting point for my lessons or whatever the room is for.

Acceptance criteria

  • I can create a new room via a new FAB at /rooms
  • On the following page (rooms/add) I can adjust the room settings:
    • title (input)
    • color (swatches vs. radio-btn vs. dropdown)
    • 2x date fields (v-date-picker)
  • I can save the changes > directs to new room (/rooms/:id)
  • I can cancel the settings > directs back to /rooms
  • On the room page I can
    • delete the room via a 3-dot menu > directs back to /rooms
    • go back to the rooms overview page via breadcrumbs
  • On rooms I can see a new tile that leads to room page

Links to Ticket and related Pull-Requests

BC-7796

Changes

Data-security

Deployment

New Repos, NPM packages or vendor scripts

Screenshots of UI changes

Checklist before merging

  • QA: In addition to review, the code has been manually tested (if manual testing is possible)
  • PO: Any deviation from requirements was agreed with Product-Owner / ticket author / support-team
  • DEV: Every new component is implemented having accessibility in mind (e.g. aria-label, role property)

Notice: Please keep this Pull-Request as a Draft (or add WIP label), until it is ready to be reviewed

@odalys-dataport odalys-dataport added the WIP someone is working on that label Aug 30, 2024
@odalys-dataport odalys-dataport self-assigned this Aug 30, 2024
@odalys-dataport odalys-dataport changed the title Bc 7796 room details BC-7796 - Room Details, Create, Update, Delete Sep 3, 2024
Copy link

sonarcloud bot commented Sep 20, 2024

Quality Gate Failed Quality Gate failed

Failed conditions
33.8% Coverage on New Code (required ≥ 80%)

See analysis details on SonarCloud

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
WIP someone is working on that
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants