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

MODSOURCE-824: Endpoint /batch/parsed-records/fetch does not return deleted records #655

Merged
merged 7 commits into from
Nov 26, 2024

Conversation

VRohach
Copy link
Contributor

@VRohach VRohach commented Nov 21, 2024

Purpose

The main goal is to extend POST /batch/parsed-records/fetch endpoint to be able to retrieve DELETED records.
There was added a brand new property- "includeDeleted" to the body request to include DELETED records if this set to "true".
If "includeDeleted": "false" or "includeDeleted" not exists - it will return JUST ACTUAL record.

Approach

Additional condition added to DAO based on "includeDeleted" property.
Test added.
NEWS updated.

TODOS and Open Questions

Learning

JIRA: https://folio-org.atlassian.net/browse/MODSOURCE-824

@VRohach
Copy link
Contributor Author

VRohach commented Nov 22, 2024

This PR should be merged only after merging: folio-org/data-import-raml-storage#315

@VRohach VRohach merged commit e85657d into master Nov 26, 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.

5 participants