Authority remapping
(MODMARCMIG-10)
|
|
| Status: | Open |
| Project: | mod-marc-migrations |
| Components: | None |
| Affects versions: | None |
| Fix versions: | 1.0.0 | Parent: | Authority remapping |
| Type: | Story | Priority: | P3 |
| Reporter: | Pavlo Smahin | Assignee: | Unassigned |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | back-end, epam-spitfire | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original estimate: | Not Specified | ||
| Issue links: |
|
||||||||||||||||||||
| Sprint: | Spitfire Sprint 185 | ||||||||||||||||||||
| Story Points: | 5 | ||||||||||||||||||||
| Development Team: | Spitfire | ||||||||||||||||||||
| Release: | Quesnelia (R1 2024) | ||||||||||||||||||||
| Epic Link: | Authority remapping | ||||||||||||||||||||
| Description |
|
Overview: Following the completion of the data mapping process for chunked records in the MARC migration operation, this story focuses on implementing a POST endpoint to trigger the subsequent data-saving step. The endpoint, when called, will initiate the data-saving process for already processed mapping chunk steps within the operation. Requirements/Scope:
Approach:
Request Body Example:
{
"operationStepType": {
"type": "string",
"enum": ["DATA_SAVING"]
}
}
Acceptance Criteria:
|
| Comments |
| Comment by Valery_Pilko [ 04/Jan/24 ] |
|
QA note: |