-
Notifications
You must be signed in to change notification settings - Fork 4
BDMS-626: Improve validation, schema alignment, and well inventory handling #596
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
Changes from all commits
1e0b253
3b2db6b
6c38157
1d3aa13
4d74d1b
a7e0632
42bae2d
81faed4
5bbff15
6c5d46e
4a4e249
c350555
6302d80
9742c03
86aa582
3072e41
dbe7074
76a450c
ce742fd
ad86bf6
55872b2
8c9ea27
7143ed3
8e583ea
a7bad53
6d2d810
4f2b3cd
b2df9ab
27e0695
a4e9412
1e0fd84
3ad295a
e768d8a
a0ea88d
0a30676
0fada74
965bcc7
bf65262
1dfc24d
fe9fc0d
0c9e8fa
815cfc6
3e9dcf3
d6e1dc4
b2bc17d
e899412
44c598a
6fb61cf
fe7fba2
1763df2
4c0db46
aac5c95
b6e5d80
4a0f0da
6df12f6
6fe2bc1
dda88c8
b80bd32
2932721
525a9fd
1460d4f
3e93bb6
a01e091
fe6cfbc
6d03bf4
cf7ca5a
467c87e
eb6792c
9b08049
0ec4da9
f482b5a
5fabcd1
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. If |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -143,6 +143,7 @@ class CreateWell(CreateBaseThing, ValidateWell): | |
| is_suitable_for_datalogger: bool | None = None | ||
| is_open: bool | None = None | ||
| well_status: str | None = None | ||
| monitoring_status: str | None = None | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This should be restricted to |
||
| formation_completion_code: FormationCode | None = None | ||
| nma_formation_zone: str | None = None | ||
|
|
||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.