Description
We are using the default PostgreSQL docker image as a persistent data store. At the moment, we do not keep track of database migrations, and the database is wiped and rebuilt on every deployment. This can also be done manually on your local machine with ./cjl reset-db. The services that require DB access run an init.py script during build time that constructs the database models.
Scope of Work
[ ] Task 1
[ ] Task 2
[ ] Task n-1
[ ] Task n
Demo requirement
The user does x
The system does y
n. Rest of a use case of a flow chart
Description We are using the default PostgreSQL docker image as a persistent data store. At the moment, we do not keep track of database migrations, and the database is wiped and rebuilt on every deployment. This can also be done manually on your local machine with
./cjl reset-db
. The services that require DB access run aninit.py
script during build time that constructs the database models.Scope of Work
Demo requirement
Acceptance Criteria