Move "Clustered Heatmap" button to separate form...Issue:
https://github.com/genenetwork/gn-gemtext-threads/blob/main/topics/gn1-migration-to-gn2/clustering.gmi
* Move the button out of the "export_form" into a new "heatmaps_form"
to avoid some weird JS interaction that showed up.
Frederick Muriuki Muriithi
2021-09-20
Implement proof-of-concept code to submit data...Issue:
https://github.com/genenetwork/gn-gemtext-threads/blob/main/topics/gn1-migration-to-gn2/clustering.gmi
* Implement some javascript to activate the "Clustered Heatmap"
button.
This commit provides a proof-of-concept implementation to help with
identifying the requirements for sending and receiving of the
heatmaps data.
Frederick Muriuki Muriithi
2021-09-20
Provide UI elements for clustered heatmap generation...Issue:
https://github.com/genenetwork/gn-gemtext-threads/blob/main/topics/gn1-migration-to-gn2/clustering.gmi
* wqflask/wqflask/collect.py: provide hard-coded URL for testing
* wqflask/wqflask/templates/collections/view.html: provide button
Provide a button to trigger the heatmap generation. As a test, we
also provide a hard-coded URL for the API endpoint to get the
heatmap data.