-
Notifications
You must be signed in to change notification settings - Fork 22
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
281 separate database logic from service layer #282
281 separate database logic from service layer #282
Conversation
…n and implement new DAO/repository layer to separate DB logic from service layer
…ervice.retrieveAll
… loading REST API configuration
…d STIX ID prefixes
…count model rather than manually creating object
…ase-logic-from-service-layer
…ks to succeed (will upgrade package once all services are refactored from callbacks to promises)
…, and collection-indexes
…stead end in ByStixId
…this.model in the subclass
SonarCloud Quality Gate failed.
|
Codecov ReportAttention:
📢 Thoughts on this report? Let us know!. |
@ElJocko Changes since last review:
This should be good to merge now. |
Closes #281
Description:
This pull request introduces a refactored version of one of the service layer modules. The changes serve as a proof of concept for the comprehensive refactoring approach we aim to adopt across all other services.
Key Changes:
Next Steps:
Developers should use the
project-orion
branch as a base for subsequent refactorings. Please ensure all new changes are modeled after this proof of concept to maintain consistency across services.