Let's try and add AllocationTypeCV to the Water Right Information card of a water right landing page. Specifically, we want to show the WaDEName version of the native term, found on the CVs.WaterAllocationType table.
Common terms that should show up on the landing page would be....
Prior appropriation (the vast majority of water rights in WestDAAT)
Riparian (a fraction of California surface water rights)
Rule of capture (Texas groundwater)
Correlative Rights (California groundwater)
Reasonable Use (Arizona groundwater outside Active Management Areas and Nebraska groundwater)
I think this might involve the following work...
update landing page React to show new AllocationTypeCV field
update WestDAAT backend queries to include the AllocationTypeCV (the WaDEname version) for the Water Right Information card
Let's try and add AllocationTypeCV to the Water Right Information card of a water right landing page. Specifically, we want to show the WaDEName version of the native term, found on the CVs.WaterAllocationType table.
Common terms that should show up on the landing page would be....
I think this might involve the following work...