-
-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Schema for home, case, billing period, and related data (no homeowner…
…, coach yet) (#251) * Modify schema.prisma Co-authored-by: AdamFinkle <[email protected]> * Created home and case entries Co-authored-by: AdamFinkle <[email protected]> * Add file table Co-authored-by: AdamFinkle <[email protected]> * Created all tables related to Case Co-authored-by: AdamFinkle <[email protected]> * Add summary output and relationships Co-authored-by: AdamFinkle <[email protected]> * Implement user-case many to many and change id to int Co-authored-by: AdamFinkle <[email protected]> * Added contacts. * Required caseId and userId combination to be unique. * Reimplement schema.prisma based on ERD Co-authored-by: AdamFinkle <[email protected]> * Remigrate scripts to have two clean scripts * Add comment to schema.prisma * Add test files * Added experimental XML parsing. * WIP saving progress Saving work * Rename directory * Rename rules-engine to python * Co-authored-by: AdamFinkle <[email protected]> Co-authored-by: Deb Debnath <[email protected]> Co-authored-by: stemgene <[email protected]> * Changed prisma to match newly-modified ERD. * Co-authored-by: AdamFinkle <[email protected]> Co-authored-by: Deb Debnath <[email protected]> Co-authored-by: stemgene <[email protected]> * Restore package.json, package-lock.json from HEAD~v2 to fix prisma issue * Modify schema.prisma to match ERD Co-authored-by: AdamFinkle <[email protected]> * Formatting * Formatting * Fix incorrect change to var name * Restore missing file * Reconcile with main * Add return key * Remove return key --------- Co-authored-by: AdamFinkle <[email protected]> Co-authored-by: Vlad Korolev <[email protected]> Co-authored-by: AdamFinkle <[email protected]>
- Loading branch information
1 parent
053aad1
commit 24c828c
Showing
11 changed files
with
773 additions
and
239 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.