visualizingthefuture / examples-repository

Repository for https://visualizingthefuture.github.io/examples-repository
Other
5 stars 2 forks source link

User finds appropriate actions/buttons on item pages for datasets and dataviz #85

Open cassws opened 4 years ago

cassws commented 4 years ago

As per our discussion, we want to include a meaningful "download now" button and/or link for items. Also want to accomodate that people may wish to "see original source".

elk2klein commented 4 years ago

Buttons/links to add:

elk2klein commented 3 years ago

Add visual representation of datasets -- create mockup of table view, map view (?), other view?

elk2klein commented 3 years ago

Add visual representation of datasets -- create mockup of table view, map view (?), other view?

Teach Viz by Example - Estimated Use of Water in the United States Co - dataset table example Using Google Sheets iframe embed as example.

elk2klein commented 3 years ago

How to take advantage of existing Github data preview function/feature.

amzoss commented 3 years ago

Some thoughts:

For examples with either a single csv file or where there is a primary data file that is a csv, we could use the datatables javascript library already included with Wax to accomplish this. It would look fairly similar to the Google Sheets mock-up and be a seamless include (based on Wax's interactive_metadata_table).

If we want to go this way, the work on data assets (#65) should result in a metadata field that points to a csv that will work as a good preview.

Could still work on using the GitHub data preview, though! Might be nice for non-csv assets. Not sure if we can do previews for arbitrary numbers of assets, but maybe...