Done
Pinned fields
Click on the next to a field label to start pinning.
Details
Details
Assignee
Łukasz Lewczyński
Łukasz Lewczyński(Deactivated)Reporter
Chongsun Ahn
Chongsun AhnStory Points
3
Original estimate
4d
Time tracking
3d 6h logged2h remaining
Components
Sprint
Add sprint
Fix versions
Priority
Time Assistant
Time Assistant
Created June 7, 2018 at 7:28 PM
Updated August 15, 2018 at 9:57 PM
Resolved July 30, 2018 at 10:00 AM
Stock management has moved to the new demo data approach (in https://openlmis.atlassian.net/browse/OLMIS-4701#icft=OLMIS-4701). Auth will be moved in OLMIS-4870, and reference data will be moved in OLMIS-4871. We need to do this for the rest of the services.
Services affected:
CCE
Fulfillment
Requisition
For each service, need to do as follows for the new demo data approach:
Change performance data loading TestDataInitializer to be "demo data" (Spring profile "demo-data" and change folder name to demo-data)
Copy Resource2Db (and test class) from stock management (this one allows empty strings to be considered null and fixes a byte order marker bug)
Move all JSON demo data from /demo-data, turn them into CSVs (https://konklone.io/json/), and move them to src/main/resources/db/demo-data (changed from performance-data)
Old demo data approach should be "cleaned up" (no /demo-data folder, or demoDataSeed task)
Acceptance Criteria
Each service now uses the new demo data loading approach
Each service's pipeline job runs the build demo data image job on success
Each service does not deploy to test server unless build demo data image job runs successfully