-
Notifications
You must be signed in to change notification settings - Fork 0
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
feat: add export template api #35
Conversation
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.
Looks quite good and clean! Just a few remarks regarding naming and comments for easier understanding of the code.
Nice test coverage also!
- update README with a short section on the feature + setup instructions
- add open-api specs file for our endpoints
- naming of the endpoint + module (export reminds me more of csv exports ... but I understand the intention behind this also ...)
...m-backend-service/src/main/kotlin/com/aamdigital/aambackendservice/auth/core/AuthProvider.kt
Outdated
Show resolved
Hide resolved
...d-service/src/main/kotlin/com/aamdigital/aambackendservice/auth/core/KeycloakAuthProvider.kt
Show resolved
Hide resolved
...c/main/kotlin/com/aamdigital/aambackendservice/export/controller/TemplateExportController.kt
Show resolved
Hide resolved
...c/main/kotlin/com/aamdigital/aambackendservice/export/controller/TemplateExportController.kt
Outdated
Show resolved
Hide resolved
...ckend-service/src/main/kotlin/com/aamdigital/aambackendservice/export/core/ExportTemplate.kt
Outdated
Show resolved
Hide resolved
.../main/kotlin/com/aamdigital/aambackendservice/export/usecase/DefaultRenderTemplateUseCase.kt
Outdated
Show resolved
Hide resolved
...t/kotlin/com/aamdigital/aambackendservice/export/usecase/DefaultRenderTemplateUseCaseTest.kt
Outdated
Show resolved
Hide resolved
...t/kotlin/com/aamdigital/aambackendservice/export/usecase/DefaultRenderTemplateUseCaseTest.kt
Show resolved
Hide resolved
application/aam-backend-service/src/test/resources/cucumber/features/export/export.feature
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.
Looks good to me!
Thanks for adding all this documentation. Really helpful.
.../main/kotlin/com/aamdigital/aambackendservice/export/usecase/DefaultCreateTemplateUseCase.kt
Outdated
Show resolved
Hide resolved
…/aambackendservice/export/usecase/DefaultCreateTemplateUseCase.kt Co-authored-by: Sebastian <[email protected]>
Co-authored-by: Sebastian <[email protected]>
Co-authored-by: Sebastian <[email protected]>
Co-authored-by: Sebastian <[email protected]>
Co-authored-by: Sebastian <[email protected]>
Co-authored-by: Sebastian <[email protected]>
Co-authored-by: Sebastian <[email protected]>
Co-authored-by: Sebastian <[email protected]>
No description provided.