-
-
Notifications
You must be signed in to change notification settings - Fork 96
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(api): move preset into handlers #492
feat(api): move preset into handlers #492
Conversation
riccardoperra
commented
Mar 4, 2023
- refactor preset service with new feat(api): domain functions handler core #485
Open in CodeSandbox Web Editor | VS Code | VS Code Insiders |
|
Deploy preview for codeimage-highlight-dev ready! ✅ Preview Built with commit 4edf876. |
Deploy preview for codeimage-website-dev ready! ✅ Preview Built with commit 4edf876. |
Deploy preview for codeimage-ui-dev ready! ✅ Preview Built with commit 4edf876. |
Deploy preview for codeimage ready! ✅ Preview Built with commit 4edf876. |
e91bc19
to
0f107fa
Compare
5f47e89
to
18481c6
Compare
…rs-integration-test
…rs-integration-test
* feat(api): preset, creating model and routes * feat(api): presets - missing last checks test before code review * refactor(api): preset last little thing * feat(api): preset, creating model and routes * feat(api): presets - missing last checks test before code review * refactor(api): preset last little thing * fix(app): fix preset migration date * feat(api): move preset into handlers (#492) * feat(api): move preset into handlers * feat(api): handlers fix types, handler service integration * feat(api): cleanup models and repository * feat(api): preset mapper layer * feat(api): export route schemas * test(api): preset test * feat(api): preset api, test and better domain impl * test(api): fix test * test(api): integration test and schema fixes * test(api): add some integration test * test(api): add update preset integration test --------- Co-authored-by: Riccardo Perra <[email protected]> Co-authored-by: Riccardo Perra <[email protected]>
* feat(api): move preset into handlers * feat(api): handlers fix types, handler service integration * feat(api): cleanup models and repository * feat(api): preset mapper layer * feat(api): export route schemas * test(api): preset test * feat(api): preset api, test and better domain impl * test(api): fix test * test(api): integration test and schema fixes * test(api): add some integration test * test(api): add update preset integration test