presciencelabs / tabitha-editor

0 stars 0 forks source link

Store json-based rules in the database #48

Open craigp-atw opened 6 months ago

craigp-atw commented 6 months ago

Currently the rules are hard-coded json objects. But we want to move them to the database so that we/the user can add new ones without rebuilding and deploying.

longrunningprocess commented 5 months ago

49 probably needs to be done first.

craigp-atw commented 1 month ago

This needs to wait until we have user authentication in place to be able to update the db through the app itself. Until that happens, it's easier to keep them all hard-coded.