well additional information testing/implementation updates#256
Conversation
Yes to completion source Yes mostly to construction source, there was a previous field called DataSource for "reference to a person or document reporting hole/well construction information", row 24 in the NMAquifer mapping If this one field would hold things up this sprint let me know and we can probably skip it and come back later. I don't think driller name needs a source, since it's sort of another construction related field that was probably sourced from the same person/document (at least I don't see a source in NMAquifer) |
|
Besides the |
|
Yeah I get that. So in that case the construction source would have no data right now since you don’t think it should come from DataSource? |
|
I think that the
|
|
the field |
This was missing on the WellScreen side of the relationship
this allows us to couple types to a system incase a well is in multiple aquifers
|
@ksmuczynski I renamed |
use a for loop for cleaner and more maintainable code
this ensures fidelity in table naming across all database models
Now that __tablename__ is used throughout it should be used for the target_table in add_note
instead of a specific permission type, return a list of permission records for all permission types associated with the well.
This PR implements model/schema updates to pass all well additional information tests except for the aquifer/geology tests. Those will get implemented after the models have been finalized.
@chasetmartin: