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
{{ message }}
This repository was archived by the owner on Mar 15, 2023. It is now read-only.
Right now we use the WaterUse DB on prod only. The DB on test imported incorrectly and has case issues. Before we replace the DB on test though, the DB on prod could use some improvements. Right now the term category is spelled "catagory" in many, but not all locations in the prod DB. Because of this, those inconsistencies are carried through to the Services as well.
Get a solid copy of the WaterUseDB from prod onto test
Fix category/catagory inconsistencies in the WaterUseDB
Fix category/catagory inconsistencies in WaterUseServices
Make sure we have matching copies of good WaterUseDB on both prod and test
Right now we use the WaterUse DB on prod only. The DB on test imported incorrectly and has case issues. Before we replace the DB on test though, the DB on prod could use some improvements. Right now the term category is spelled "catagory" in many, but not all locations in the prod DB. Because of this, those inconsistencies are carried through to the Services as well.