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

N21-1767 configure synced course #4812

Merged
merged 11 commits into from
Mar 11, 2024
Merged

Conversation

MBergCap
Copy link
Contributor

@MBergCap MBergCap commented Mar 7, 2024

Description

Links to Tickets or other pull requests

https://ticketsystem.dbildungscloud.de/browse/N21-1767
hpi-schul-cloud/schulcloud-client#3421

Changes

Datasecurity

Deployment

New Repos, NPM pakages or vendor scripts

Approval for review

  • DEV: If api was changed - generate-client:server was executed in vue frontend and changes were tested and put in a PR with the same branch name.
  • QA: In addition to review, the code has been manually tested (if manual testing is possible)
  • All points were discussed with the ticket creator, support-team or product owner. The code upholds all quality guidelines from the PR-template.

Notice: Please remove the WIP label if the PR is ready to review, otherwise nobody will review it.

Copy link

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud

if (arr1.length !== arr2.length) {
return false;
}
return arr1.every((element) => arr2.includes(toStringId(element)));
Copy link
Contributor

Choose a reason for hiding this comment

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

this could theoretically fail, when there are duplicate elements.

@MBergCap MBergCap merged commit 7359ffd into main Mar 11, 2024
55 of 56 checks passed
@MBergCap MBergCap deleted the N21-1767-configure-synced-course branch March 11, 2024 08:36
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.

2 participants