Done
Details
Assignee
Dmitriy LitvinenkoDmitriy LitvinenkoReporter
Dmitriy LitvinenkoDmitriy LitvinenkoLabels
Priority
TBDStory Points
0.5Sprint
NoneDevelopment Team
VegaRelease
Trillium (R2 2025)TestRail: Cases
Open TestRail: CasesTestRail: Runs
Open TestRail: Runs
Details
Details
Assignee
Dmitriy Litvinenko
Dmitriy LitvinenkoReporter
Dmitriy Litvinenko
Dmitriy LitvinenkoLabels
Priority
Story Points
0.5
Sprint
None
Development Team
Vega
Release
Trillium (R2 2025)
TestRail: Cases
Open TestRail: Cases
TestRail: Runs
Open TestRail: Runs
Created February 19, 2025 at 2:33 PM
Updated March 19, 2025 at 5:48 PM
Resolved March 19, 2025 at 5:42 PM
Purpose:
In settings -> circulation -> staff slips we create template that contain token. When we try print this template in our modules checkin, requests, requests-mediated and etc we need match real data and token from template. For this match responsibel convertToSlipData function and supporting functions. And in each of modules checkin, requests, requests-mediated and etc we have own exemplar of convertToSlipData function and supporting functions. This mean that when we add new token in settings -> circulation -> staff slips we need update convertToSlipData function in all modules checkin, requests, requests-mediated and etc. For resolve this problem we move convertToSlipData function and supporting functions (to one please) to stripes-util for reuse for modules checkin, requests, requests-mediated and etc.
Solution:
Reuse from stripes-util.