guardian / typerighter

Even if you’re the right typer, couldn’t hurt to use Typerighter!
Apache License 2.0
276 stars 12 forks source link

Create rules table in the postgres database #231

Closed aracho1 closed 1 year ago

aracho1 commented 1 year ago

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