-
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
EW-1008 Decouple lesson dependency from common-cartridge module #5300
Conversation
...modules/common-cartridge/common-cartridge-client/lesson-client/lesson-client.adapter.spec.ts
Fixed
Show fixed
Hide fixed
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.
Manual test was successful and left some comments.
...ules/common-cartridge/common-cartridge-client/lesson-client/mapper/lesson-dto.mapper.spec.ts
Outdated
Show resolved
Hide resolved
...c/modules/common-cartridge/common-cartridge-client/lesson-client/mapper/lesson-dto.mapper.ts
Outdated
Show resolved
Hide resolved
...c/modules/common-cartridge/common-cartridge-client/lesson-client/mapper/lesson-dto.mapper.ts
Outdated
Show resolved
Hide resolved
...c/modules/common-cartridge/common-cartridge-client/lesson-client/mapper/lesson-dto.mapper.ts
Outdated
Show resolved
Hide resolved
...c/modules/common-cartridge/common-cartridge-client/lesson-client/mapper/lesson-dto.mapper.ts
Outdated
Show resolved
Hide resolved
.../src/modules/common-cartridge/common-cartridge-client/lesson-client/lesson-client.adapter.ts
Outdated
Show resolved
Hide resolved
apps/server/src/modules/common-cartridge/controller/common-cartridge.controller.ts
Outdated
Show resolved
Hide resolved
apps/server/src/modules/common-cartridge/controller/common-cartridge.controller.ts
Outdated
Show resolved
Hide resolved
apps/server/src/modules/common-cartridge/service/common-cartridge-export.service.ts
Outdated
Show resolved
Hide resolved
apps/server/src/modules/common-cartridge/service/common-cartridge-export.service.ts
Outdated
Show resolved
Hide resolved
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.
Patrick's comments pretty much covered everything to change.
...c/modules/common-cartridge/common-cartridge-client/lesson-client/mapper/lesson-dto.mapper.ts
Outdated
Show resolved
Hide resolved
...modules/common-cartridge/common-cartridge-client/lesson-client/lesson-client.adapter.spec.ts
Outdated
Show resolved
Hide resolved
apps/server/src/modules/common-cartridge/controller/common-cartridge.controller.ts
Outdated
Show resolved
Hide resolved
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.
I have found 2 little things and after removing the code for testing I can approve the PR.
Quality Gate passedIssues Measures |
Add generated API for Lesson to decouple common cartridge module
Add generated API for Lesson to decouple common cartridge module
Description
the microservice for Import/Export the LessonModule dependency has to be decoupled through HTTP Calls.
so we generate lesson client within common cartridge module and implement adapter for the lesson endpoints that common cartridge module use
Links to Tickets or other pull requests
Changes
Datasecurity
Deployment
New Repos, NPM pakages or vendor scripts
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.