-
Notifications
You must be signed in to change notification settings - Fork 273
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
Refactor API Endpoints into Services Folder #1623
Refactor API Endpoints into Services Folder #1623
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
@bekossy can you have a look at the comments please |
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.
…' into refactor/-move-api-to-service-dir_v2
….com/Agenta-AI/agenta into refactor/-move-api-to-service-dir_v2
…Refactor-API-Endpoints-into-Services-Folder
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.
@bekossy Thanks for the PR
I suggest adding a folder that contains all api files at it's not clear what exactly service/index.tx file
Example
services/deployment/api/index.ts
services/evaluations/api/index.ts
we can keep services/api.ts for now for shared api methods
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 thank you @bekossy
can we please look at the failing cypress tests
@bekossy thanks a lot for the PR! |
Related Issue
Closes #1622
To QA this please:
Related PR in commons
Pull Request: #51