geomarker-io / codec

Community Data Explorer for Cincinnati
https://geomarker.io/codec/
GNU General Public License v3.0
4 stars 3 forks source link

Update explorer #110

Closed andrew-vancil closed 4 weeks ago

andrew-vancil commented 2 months ago

Update the data explorer to rely on the new codec data packages

andrew-vancil commented 2 months ago

If this looks good, I'll write a manifest and publish a [dev] version on dev.salt so you can check it out there

andrew-vancil commented 2 months ago

If this looks good, I'll write a manifest and publish a [dev] version on dev.salt so you can check it out there

Ok, I've got it up on dev.salt as [dev] CoDEC Explorer

cole-brokamp commented 2 months ago

let's deploy it on the production version of SALT, but as a development (private) product. we should only be using the dev SALT environment to test new ways to deploy connect on aws.

the buttons don't seem to be scaling with the window size, anyway to make that scale with the rest?

andrew-vancil commented 1 month ago

Ok, I've got the app up on connect cloud here: https://connect.posit.cloud/andrew-vancil/content/01923459-ea8e-b78b-cd4f-45b71864e98b

Updates:

cole-brokamp commented 1 month ago

posit connect cloud has to use personal namespace

iframe? with pre-load in the background?

cole-brokamp commented 1 month ago

Hey @andrew-vancil, I did a lot to reduce the complexity of the code and user interface while still keeping all of the great functionality. I still want to tweak the layout a little bit to make the selection bars consistent and the options in the card header more consistent.

I also want to think about making the map in the sidebar instead of as a floating window. I think it would be easier to navigate and use both at once. We could instead use a switch to view either the plot or the map in the main view versus side-view. Then, hiding the sidebar will also let the user focus in on one and hide the other if they want.

Here's where I'm at:

image

Can you help to make these changes to get to our next iteration of this PR?