-
Notifications
You must be signed in to change notification settings - Fork 211
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 Services to Use Resource Classes #736
Comments
@paopa Can you assign me this issue :) |
@Killer2OP assigned! Thanks for your interest in contributing to this issue :) |
hey @Killer2OP, issue #735 has been done in #747, i think we can start working on this issue if it works to you! then if you need any help, don't hesitate to let me know 👍 |
Hi, can I help out for this issue? |
@Spirizeon sorry for confusion, we still need to assign original contributor @Killer2OP to this issue, since it has dependency with other issue, and seems he is still active based on yesterday's interaction. |
Sure, no problem. |
Following the completion of #735, we have an opportunity to refactor our services similarly to the changes made in #716 and #723. The goal is to enhance our code structure by utilizing resource classes to encapsulate processing results and statuses, rather than directly using API endpoint response classes.
Proposed Changes
We propose to refactor all services to adopt a structure similar to the following example, which uses input and resource classes:
Benefits
Next Steps
web/v1/services
package.The text was updated successfully, but these errors were encountered: