ckan / ideas

[DEPRECATED] Use the main CKAN repo Discussions instead:
https://github.com/ckan/ckan/discussions
40 stars 2 forks source link

extension: editable grid view #144

Open joetsoi opened 9 years ago

joetsoi commented 9 years ago

use http://handsontable.com/ (or similar) to provide a view type that allows you to edit the datastore.

rufuspollock commented 9 years ago

We already sort of had this with recline - recline does full editing and all you need to do is hook in the saving. http://explorer.okfnlabs.org/ is using recline to allow you to edit csv files in github this way. Source code at https://github.com/okfn/dataexplorer - could be useful to look at if you wanted a full fledged editor.

My other 2c would be thinking about whether you really want this in core vs over the API in a separate app.

wardi commented 9 years ago

+1 this would be awesome