-
Notifications
You must be signed in to change notification settings - Fork 85
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Standardize sql entities from 'setup_tables.py' #3208
Comments
5c759c9: we've reapplied the proposed legacy tables, since this issue doesn't not entail converting the backend logic, which implements the sql tables. As other features are developed to apply the new tables, or replace existing tables, each corresponding legacy table will be phased out. This iterative phasing, will put less of a burden on this issue, to completely transform the application to be compliant with the proposed new database structure. Note: we'll need to create additional issues to connect the new/updated tables to the backend, which may entail creating additional issues for the frontend. This will significantly define milestone 0.8. |
Our earlier docx references of "Enterprise Keys", are more commonly known as GUID. However, our flavor of SQL, specifically mariadb, uses UUID. Furthermore, our crafted implementation, will be time-based. To sum, we'll need to make some adjustments to our earlier word document, which will entail fixing the corresponding diagram, since we'll need to add two additional UUID based tables. One for permissions, and a second for Ownership. However, we'll proceed initially to mocking up code, with a later intention to fix the corresponding word document, and diagram. |
b2589ef: we need to test the proper syntax to add the Note: the corresponding puppet module, provides additional provisioning examples. |
138dbdb: is sufficient syntax, providing the ability to run our custom functions, used to compute our |
The corresponding docx has been updated. |
#3208: Standardize sql entities from 'setup_tables.py'
We need to update our
setup_tables.py
, based on the following diagram:The following are some of the business rules:
Note: the corresponding docx can be reviewed, which provides a full outline of requirements. This will likely explode to various other feature requests.
The text was updated successfully, but these errors were encountered: