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
Describe the task
Consider having Well and Submission in backend/wells/models.py extend off a common base class, given that they mostly have the exact same fields
Purpose
Cleaner code, mentioned in the repo as a comment
These classes are closely related, but if they are to diverge, it can cause errors
Acceptance Criteria
Create a base class with the fields used by both well and submission models
Create a well model which extends off this base and adds unique fields
Create a submission model which extends off this base and adds unique fields
Additional context
Would need to look deeper into the inheritance of the classes
The text was updated successfully, but these errors were encountered:
Describe the task
Consider having Well and Submission in backend/wells/models.py extend off a common base class, given that they mostly have the exact same fields
Purpose
Acceptance Criteria
Additional context
The text was updated successfully, but these errors were encountered: