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-7904 - rename rooms endpoints #5203

Merged
merged 11 commits into from
Aug 27, 2024
Merged

Conversation

virgilchiriac
Copy link
Contributor

@virgilchiriac virgilchiriac commented Aug 23, 2024

Description

Links to Tickets or other pull requests

BC-7904
hpi-schul-cloud/nuxt-client#3374

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.


describe(RoomBoardDTOFactory.name, () => {
let module: TestingModule;
let mapper: RoomBoardDTOFactory;
let roomsAuthorisationService: RoomsAuthorisationService;
let roomsAuthorisationService: CourseRoomsAuthorisationService;
Copy link
Contributor

Choose a reason for hiding this comment

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

not to important for the other "room..." variables in the other test files, but maybe for the auth service the distinction between roomsAuthorisationService and courseRoomsAuthorisationService might be important later on

Copy link
Contributor Author

@virgilchiriac virgilchiriac Aug 26, 2024

Choose a reason for hiding this comment

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

it is, that was why I renamed the CourseRoomsAuthorisationService itself, so we will have this clear distinction at the level of modules (services).

however, inside this file, the local var name is not relevant and was purposefully out of scope

@virgilchiriac virgilchiriac enabled auto-merge (squash) August 26, 2024 17:21
Copy link

@virgilchiriac virgilchiriac merged commit f27a31e into main Aug 27, 2024
82 checks passed
@virgilchiriac virgilchiriac deleted the BC-7904-rename-rooms-endpoints branch August 27, 2024 08:53
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