Done
Pinned fields
Click on the next to a field label to start pinning.
Details
Assignee
Mary Jo Kochendorfer
Mary Jo Kochendorfer(Deactivated)Reporter
Mary Jo Kochendorfer
Mary Jo Kochendorfer(Deactivated)Time tracking
2h logged
Sprint
Add sprint
Fix versions
Priority
Time Assistant
Created August 10, 2016 at 6:23 PM
Updated November 12, 2016 at 11:36 AM
Resolved October 12, 2016 at 3:15 PM
Document and prepare the different levels of data out of the box that will be needed for the 3.0 Beta.
Current state: Seed data is included automatically at the system startup via SQL queries, located in the codebase. (@Sebastian Brudziński indicated this is the current process)
The seed/bootstrap data currently present in the system:
https://github.com/OpenLMIS/openlmis-requisition/blob/master/src/main/resources/schema.sql (creates database schema)
https://github.com/OpenLMIS/openlmis-requisition/blob/master/src/main/resources/initial_data.sql (contains order file templates and columns, order number configuration and available requisition columns)
https://github.com/OpenLMIS/openlmis-referencedata/blob/master/src/main/resources/schema.sql (creates database schema)
https://github.com/OpenLMIS/openlmis-referencedata/blob/master/src/main/resources/initial_data.sql (creates initial admin user)
https://github.com/OpenLMIS/openlmis-auth/blob/master/src/main/resources/schema.sql (creates database schema and tables required by Spring OAuth to work properly)
https://github.com/OpenLMIS/openlmis-auth/blob/master/src/main/resources/initial_data.sql (populates Spring OAuth tables with necessary data and admin user)
We have removed the definitions and separation of bootstrap/seed/demo data into its own ticket, OLMIS-1136, to come after beta. This ticket is just about making sure we have enough seed data to demo the system for 3.0 Beta, which Sebastian has now provided and documented.
Acceptance Criteria
Confirmation of where the seed data is currently coming from so we know what this contains for demo'ing the 3.0 Beta.