Closed aracho1 closed 1 year ago
co-authored-by: @ParisaTork, @jonathonherbert, @phillipbarron, @rhystmills
An initial pass at a table to contain our rules. It's intended to model the rules pretty match exactly as they're represented in the Google sheet.
We anticipate this model changing as we work on the rule manager, but this gets us off the ground.
This PR does not include code to add user-facing interaction with the DB, but the tests should prove that we're able to connect and read/write models.
docker compose up
co-authored-by: @ParisaTork, @jonathonherbert, @phillipbarron, @rhystmills
What does this change?
An initial pass at a table to contain our rules. It's intended to model the rules pretty match exactly as they're represented in the Google sheet.
We anticipate this model changing as we work on the rule manager, but this gets us off the ground.
This PR does not include code to add user-facing interaction with the DB, but the tests should prove that we're able to connect and read/write models.
How to test
docker compose up
. Do they pass?