scrapd / scrapdviz

Visualize Austin traffic fatalities from another angle
https://viz.scrapd.org
MIT License
1 stars 10 forks source link

Create shareable page links #30

Open rgreinho opened 5 years ago

rgreinho commented 5 years ago

Issue Type

Current Behavior

The user can only specify the dates using the date picker.

Expected Behavior

As a user I want to be able to share the link of a specific period of time directly.

Possible Solution

Shareable links with a format like that: https://viz.scrapd.org/index.html?from=01012019&to=03012019

rgreinho commented 5 years ago

Resources: https://nextjs.org/docs/#with-link

rgreinho commented 5 years ago

This does not work with static export, but this example contains workarounds: https://github.com/zeit/next.js/issues/4804.