usnistgov / dioptra

Test Software for the Characterization of AI Technologies
https://pages.nist.gov/dioptra/
Other
210 stars 30 forks source link

Implement a Queue repository for the data access layer #595

Open keithmanville opened 1 month ago

keithmanville commented 1 month ago

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: