Ecotrust / madrona-priorities

Madrona-based conservation prioritization tool
Other
3 stars 2 forks source link

Data Viewer: Fix Level 1 Salmon headings #82

Closed jtutak closed 9 years ago

jtutak commented 9 years ago

In the Data Viewer, salmon are broken up into three separate tabs: • Species, Widespread: Salmon • Widespread: Salmon • Species, Species, Widespread: Salmon

All data layers for salmon should be under the heading "Species, Widespread: Salmon"

I can fix it in flat blocks but it will take some time. Is there a quick way for you to fix this?

rhodges commented 9 years ago

I see 18 layers that need to be changed - doing this with windows side by side (Django Admin in one screen, live site in the other) I think would take 10-15 minutes. Doing this with python would also take 10-15 minutes, but wouldn't be without risk (more authentication and integrity checks are performed when run through the site).

I can do it if you'd like, but if I'm doing it, I'll do it through the Django Admin, not code. After it's done, I can create a fixture so that if we need to update the underlying data again, reorganizing the layers will be quick (though I think we should be able to update the data without issues once this is done.)

rhodges commented 9 years ago

I admit @jtutak , this was more work than anticipated and only fixed in the end via a bit of a hack. Ugh. Thanks for the help and patience!