NCBI-Hackathons / Metadata_categorization

A crowdsourcing/expert curation platform for metadata categorization.
Creative Commons Zero v1.0 Universal
5 stars 0 forks source link

Basic editing #4

Closed eweitz closed 8 years ago

eweitz commented 8 years ago

Implemented front- and back-end for basic editing for individual BioSample records (#1, #2).

This work entirely replaces the front-end developed during the hackathon, which used jQuery DataTables, with an Excel-like alternative based on the free Handsontable library. On the back-end, it also adds a Django view class, which takes in a POST from the web client, transforms it, and POSTs the updated record to Solr.