RoseContactTracer / contact-tracer-application

0 stars 1 forks source link

Create Test Data for DB #12

Open MCoriale opened 3 years ago

MCoriale commented 3 years ago

As a developer, I want to be able to populate a PostgreSQL database with mock data to use during development and testing of the Covid Tracer system.

Acceptance Criteria

MCoriale commented 3 years ago

Current status-- I am updating the test script, which currently populates the person table with randomly-generated values for students, their phone numbers, etc. so that it can also include a few attributes we learned of later and also make people students, contact tracers, or part of a positive case. Once we have a working script, I can run it and populate my database, and export the data to Spring JPA's data.sql file so when the application runs everyone can have the same data in their database. That way it would be easier to do unit testing and make sure everything is running as it should be.