Feature/map reorg#19
Conversation
…feature display options (divs), moved graphing functions, dataframe manipulation, and image retrieval functions to graph and query files
|
I agree the UX of switching the view has considerable room for improvement. But I would caution us to keep in mind the context we're still in, namely that of putting together a sufficiently functional prototype, not (yet) that of actual product development. Perhaps there's an easy enough way to improve the UX on this, but if not, I'd argue allowing a user to submit or specify their own dataset should be the higher order of priority in terms of getting ready for the Image Datapalooza. |
johnbradley
left a comment
There was a problem hiding this comment.
LGTM. Just a suggestion for a better button name and some there are a few randomly left in commented out bits of code you may want to remove.
For consistency with the other version of the switch view button, set "Show Map View". Co-authored-by: John Bradley <johnbradley2008@gmail.com>
I definitely agree that the layout for that quadrant could use some improvement, and I set up an issue (#21) to brainstorm solutions. I also agree with @hlapp that functionality for Image Datapalooza needs to be prioritized. |
|
BTW @egrace479 given that there've already been two pairs of eagle eyes, I'm not sure there's anything I can add, so please don't wait for my review or approval. |


Map Viewbutton (return to histogram withShow Histogrambutton. Each has different display options set incomponents/divs.py.components/graphs.pywith the map function. DataFrame manipulation and image retrieval functions are incomponents/query.py.componentsfolder, and removed reference to them fromREADME.README.