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

Add support for loading and deleting documents by status #16

Merged
merged 2 commits into from
Jul 16, 2024
Merged

Conversation

phisakel
Copy link
Collaborator

The DataStorageService protocol now includes new methods to load and delete documents based on their status. This allows for loading issued / deferred documents separately. The loadDocument and loadDocuments methods now accept a status parameter of type DocumentStatus, and the deleteDocument and deleteDocuments methods also accept the same status parameter.

This change improves the flexibility and functionality of the DataStorageService protocol, enabling developers to work with documents based on their status.

Closes #15

The `DataStorageService` protocol now includes new methods to load and delete documents based on their status. This allows for loading issued / deferred documents separately. The `loadDocument` and `loadDocuments` methods now accept a `status` parameter of type `DocumentStatus`, and the `deleteDocument` and `deleteDocuments` methods also accept the same `status` parameter.

This change improves the flexibility and functionality of the `DataStorageService` protocol, enabling developers to work with documents based on their status.
@phisakel phisakel requested a review from a team as a code owner July 16, 2024 10:08
@phisakel phisakel merged commit 8ebf1f0 into main Jul 16, 2024
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Refactor to support Deferred document issuing
2 participants