Issues
- Add source-record states storing mechanism for QM edit workflowMODSOURMAN-322Resolved issue: MODSOURMAN-322Oleksii Kuzminov
- View source, Instance, and edit in quickMARC get out of sync after several editsMODSOURMAN-317Resolved issue: MODSOURMAN-317Kateryna Senchenko
- Create endpoint for retrieving MARC record by instance idMODSOURMAN-276Resolved issue: MODSOURMAN-276Volodymyr Rohach
- SPIKE: Design updating of marc records and related instancesMODSOURMAN-272Resolved issue: MODSOURMAN-272Volodymyr Rohach
- SPIKE: Define API contract between SRM\SRS and quickMARCMODSOURMAN-271Resolved issue: MODSOURMAN-271Kateryna Senchenko
- Implement endpoint for updating MARC recordsMODSOURMAN-268Resolved issue: MODSOURMAN-268Kateryna Senchenko
- Bugfest. Changes to MARC record in quickMARC do not save to the InstanceMODSOURCE-168Resolved issue: MODSOURCE-168Kateryna Senchenko
- Add filtering of sourceRecords to return only latest generationMODSOURCE-116Resolved issue: MODSOURCE-116Volodymyr Rohach
- Create endpoint for retrieving "sourceRecords" using "matchedId" and generationId-mechanism.MODSOURCE-115Resolved issue: MODSOURCE-115Volodymyr Rohach
- Add State "field" to records table.MODSOURCE-114Resolved issue: MODSOURCE-114Volodymyr Rohach
- Add source-record states storing mechanism for QM edit workflowMODINV-324Resolved issue: MODINV-324Oleksii Kuzminov
- Cannot delete a field in quickMARCMODINV-321Resolved issue: MODINV-321Kateryna Senchenko
- Implement Update action handler for Inventory InstancesMODINV-207Resolved issue: MODINV-207Kateryna Senchenko
Add source-record states storing mechanism for QM edit workflow
RCA Group
Description
Environment
Potential Workaround
blocks
defines
has to be done before
relates to
Checklist
hideTestRail: Results
Details
Assignee
Oleksii KuzminovOleksii KuzminovReporter
Oleksii KuzminovOleksii KuzminovPriority
P2Story Points
5Sprint
NoneDevelopment Team
FolijetFix versions
Release
Q2 2020 Hot Fix #1TestRail: Cases
Open TestRail: CasesTestRail: Runs
Open TestRail: Runs
Details
Details
Assignee
Reporter
Priority
Story Points
Sprint
Development Team
Fix versions
Release
TestRail: Cases
TestRail: Runs
Activity
Ann-Marie BreauxAugust 20, 2020 at 9:10 AM
Tested on Goldenrod Bugfest and Goldenrod release environments. Still some issues with record state on Bugfest, but not on Goldenrod release env (or on any of the current hosted ref envs). After talking with Steph, we decided to close these tickets as complete.
Ann-Marie BreauxJuly 7, 2020 at 3:10 PM
I spoke with Stephanie Buck about this. Fine if it doesn't get fixed this week, but we should aim for this to be a Q2-hotfix. Libraries that implement Goldenrod are going to have significant problems with this, so best to get it fixed before the end of Q3. I'll change the release on all the various linked issues to indicate hotfix. We'll be sure any Folijet and Firebird work gets into next sprint.
Ann-Marie BreauxJune 9, 2020 at 2:45 PMEdited
Hi Here's the issue to address the change manager questions that were raised recently. It will be groomed tomorrow and looks to be ca. 5 story points. Unfortunately we will not have capacity this week to get it done, but we can prioritize in the next sprint or two. Let me know if you want to discuss.
Thank you!
Steps
Add new table qm_source_record_state
Fields (id, id_source_record, state, updateDate)
State (IN_PROGRESS, COMMITTED, ERROR)
Save state during QM edit workflow in SRM
Add eventHandler for QM_INVENTORY_INSTANCE_UPDATED and QM_ERROR
Publish this events in mod-srs and mod-inventory