Skip to content
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) : Implemented repository pattern to the APIs #141

Merged

Conversation

anveshthakur
Copy link
Contributor

I have added refactor code to decouple handlers from the repository code using the suggested repository pattern and I've also tested it using UI it works fine.

This is regarding the feature request #101

Please let me know if there is any other change required.

@kevinanielsen kevinanielsen added api Improvements or additions to the api go Language: Go labels Aug 28, 2024
@kevinanielsen
Copy link
Owner

Tests are failing

@kevinanielsen kevinanielsen linked an issue Sep 9, 2024 that may be closed by this pull request
@anveshthakur
Copy link
Contributor Author

Tests are failing

Hi @kevinanielsen, have made changes to the test cases that were failing.
Can you run the workflow again I think It should pass now.

@kevinanielsen kevinanielsen merged commit b0ebfd1 into kevinanielsen:main Sep 14, 2024
2 checks passed
@kevinanielsen
Copy link
Owner

@anveshthakur Looks good - thanks for the contribution

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api Improvements or additions to the api go Language: Go
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Feature] Possible addition of the repository and service pattern
3 participants