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-8737 - Add missing tests (and more) for video conference feature #3501

Merged
merged 16 commits into from
Jan 23, 2025

Conversation

MartinSchuhmacher
Copy link
Contributor

@MartinSchuhmacher MartinSchuhmacher commented Jan 17, 2025

Short Description

Adding remaining unit tests for FE part of Video Conference Feature.

Also smaller fixes (e.g. correcting note texts) is included.

Links to Ticket and related Pull-Requests

BC-8737

hpi-schul-cloud/schulcloud-server#5445

Changes

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

@MartinSchuhmacher MartinSchuhmacher self-assigned this Jan 17, 2025

const emit = defineEmits(["click", "refresh"]);

const imageSrc = image;

const props = defineProps({
boardParentType: {
type: Object as PropType<BoardContextType | undefined>,
required: true,
Copy link
Contributor

Choose a reason for hiding this comment

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

How can this be required if it can be undefined?

@MartinSchuhmacher MartinSchuhmacher merged commit f6fcdca into main Jan 23, 2025
70 checks passed
@MartinSchuhmacher MartinSchuhmacher deleted the BC-8737-missing-stuff branch January 23, 2025 08:35
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.

3 participants