Skip to content
This repository has been archived by the owner on Mar 14, 2024. It is now read-only.

feat(report): implement report api #2

Merged
merged 36 commits into from
Feb 13, 2024
Merged

feat(report): implement report api #2

merged 36 commits into from
Feb 13, 2024

Conversation

tomwwinter
Copy link
Contributor

No description provided.

@tomwwinter tomwwinter marked this pull request as ready for review February 8, 2024 05:38
@tomwwinter tomwwinter changed the title feat(report): add first report api draft feat(report): implement report api Feb 13, 2024
Copy link
Member

@sleidig sleidig left a comment

Choose a reason for hiding this comment

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

Super clean and well structure. Nice! 😃

Let's extract the couchDb into a module (?) for re-use and then merge this PR as the first step.

.github/workflows/pr-update.yml Show resolved Hide resolved
nest-cli.json Show resolved Hide resolved
src/app.controller.ts Show resolved Hide resolved
src/query-body.dto.ts Show resolved Hide resolved
src/domain/reference.ts Show resolved Hide resolved
src/report/controller/dtos.ts Show resolved Hide resolved
src/report/storage/report-storage.service.ts Show resolved Hide resolved
src/report/repository/report-repository.service.ts Outdated Show resolved Hide resolved
src/report/repository/report-repository.service.ts Outdated Show resolved Hide resolved
@sleidig sleidig linked an issue Feb 13, 2024 that may be closed by this pull request
@sleidig sleidig merged commit 055ea69 into main Feb 13, 2024
1 check passed
@sleidig sleidig deleted the tw/feat/report-api branch February 13, 2024 15:53
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

API Integration: implement report endpoints
3 participants