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

Implement a Queue repository for the data access layer #595

Open
4 tasks
Tracked by #599
keithmanville opened this issue Aug 8, 2024 · 0 comments
Open
4 tasks
Tracked by #599

Implement a Queue repository for the data access layer #595

keithmanville opened this issue Aug 8, 2024 · 0 comments
Assignees
Labels
refactor Changes that neither fix a bug nor add a feature

Comments

@keithmanville
Copy link
Collaborator

Use the repository pattern to create a repository for the Queue Resource. This will be used to refactor parts of the queue service layer.

This is the first Resource repository that will set the patterns for future Resource repositories (Experiments, Plugins, etc.)

Definition of Done:

  • The queue repository is implemented
  • The queue service layer is refactored to make use of the queue repository
  • All existing tests pass
  • The feature is merged into dev
@keithmanville keithmanville added the refactor Changes that neither fix a bug nor add a feature label Aug 8, 2024
@keithmanville keithmanville changed the title Create a Queue repository for the data access layer Implement a Queue repository for the data access layer Aug 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
refactor Changes that neither fix a bug nor add a feature
Projects
None yet
Development

No branches or pull requests

2 participants