USACE / water-ui-old

Access to Water User Interface (UI)
0 stars 0 forks source link

Add the location children #204

Closed mohitb3 closed 3 years ago

mohitb3 commented 3 years ago

https://github.com/USACE/water-ui/issues/188 and https://github.com/USACE/water-ui/issues/189 I'm not sure the best way to display the location children data. At first I was just rendering a list of all the locations, but it didn't look very clean so I changed it to a table view, similar to what we do for the location information. There are also some locations like Oahe (location id 4008030) which don't have a location type and the label is not very friendly.

brian428 commented 3 years ago

OK I will take a look at the DB after lunch and see if there is anything I can do about the bad labels. If I can, I'll update the query. But if not, I think we'll just have to move on. I know they've said that the data is only as good as the people who enter it, so if the data is sub-par for certain locations, that may just be the way it is. I'll let you know what I find.

brian428 commented 3 years ago

I have an email out to Jeremy about this, but for now, I guess we just show the label, even if it is "ugly". I'll go ahead and merge this and if we get more info we can improve it either on the UI side or the API SQL side.