BDMS-388 Create a standard set of PointIDs that can be used to test the frontend#309
Conversation
Create new text file listing a set of PointIDs that can be utilized for manual testing and demonstrations of frontend functionalities in Ocotillo.
Codecov Report✅ All modified and coverable lines are covered by tests. |
|
I really like the programmatic approach. Do all of these pointids also exist in Ocotillo? |
Agreed. And yes I just looked they all exist in Ocotillo Staging |
chasetmartin
left a comment
There was a problem hiding this comment.
Nice work. Hoping for confirmation from folks on whether this file should live in the repo and be merged in, or should we document these in a different spot?
|
While |
BDMS-388 Create a standard set of PointIDs that can be used to test the frontend
Why
This PR addresses the following problem / context:
How
Implementation summary - the following was changed / added / removed:
A SQL query was written to select 5 random PointIDs from the NMAquifer legacy system that met the following criteria:
Locationrecords must haveSiteDatepopulated. The final dataset should contain 2 records withWL_Continuous=trueand 3 records withWL_Continuous=false.Ownerinfo must have values for last name, first name, a physical address OR a mailing address , one phone numberWellDatashould haveHoleDepth,WellDepth,CasingDiameter,Status,CurrentUse, andMonitoringStatuspopulatedWaterLevelsmust have at least 10 records andMeasuringAgency=NMBGMRNotes
Any special considerations, workarounds, or follow-up work to note?