hammerlab / cycledash

Variant Caller Analysis Dashboard and Data Management System
Other
36 stars 2 forks source link

Encode all examine page state in the URL #839

Open danvk opened 9 years ago

danvk commented 9 years ago

This could be done via history.replaceState to avoid building up too much history, just like we do with CQL.

See also #184, #488 and #460