You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are several issues with the current database:
The dh10application table is not the application table for change ironically. What happens if a new form field is added? Or an old form field removed? There is no way to make the change without modifying the architecture of the database.
Form UI is hard coded. Some assumptions were made: the form's fields and its restrictions.
The proposed schema is as follows:
Some tasks to accomplish:
implement the new schema
refactor dh10application table queries to use the new schema
queries include submit, update, and application data retrieval
future roadmap:
reroute dh10application table to auto fill the current database OR migrate dh10application data to new schema
Remove codebase assumptions on the question's restrictions/conditions. database will indicate the restrictions on questions.
Remove codebase assumptions on the form's questions. All displayable question info will be provided by the database.
Cleanup legacy dh10application table
The text was updated successfully, but these errors were encountered:
fvcci
linked a pull request
Oct 1, 2024
that will
close
this issue
There are several issues with the current database:
The proposed schema is as follows:
Some tasks to accomplish:
future roadmap:
The text was updated successfully, but these errors were encountered: