-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Labels
enhancement 👑New feature or requestNew feature or request
Description
Currently, there are several different nomenclature schemes for user, automated, and anonymous suggestion tables.
Let's group them together in such a way that they follow distinct naming patterns, for easier searching.
Ideas:
-
All start with
suggestion -
User tables are prefixed with
suggestion__user__ -
Auto tables are prefixed with
suggestion__auto__ -
Anonymous user tables are prefixed with
suggestion__anon__ -
Rename database tables to a consistent nomenclature
-
Rename SQLAlchemy classes to a consistent nomenclature
josh-chamberlain
Metadata
Metadata
Assignees
Labels
enhancement 👑New feature or requestNew feature or request
Type
Projects
Status
Dev testing