nickatomlin / DKAN

Building a transparency portal for Rhode Island municipalities.
GNU General Public License v2.0
0 stars 0 forks source link

Modify upload interface #10

Open nickatomlin opened 8 years ago

nickatomlin commented 8 years ago

The UI for uploading and editing data is relatively complicated/non-intuitive and needs to be majorly redesigned. Put a focus on uploading data from files, and gather metadata later. data-upload

nickatomlin commented 8 years ago

Added menu item for adding datasets, as shown below. To make sure this menu item doesn't appear for anonymous users (not logged in), I downloaded and installed the menu_item_visibility module. dropdown

nickatomlin commented 8 years ago

We can find the upload data form in /vagrant/dkan/profiles/dkan/modules/dkan/dkan_dataset/dkan_dataset.forms.inc.

nickatomlin commented 8 years ago

Per this comment in the DKAN Developers group, I tried changing the resource definition. As warned, I ran into a number of errors involving the dkan_dataset.forms.inc file referenced above. For these reasons, I think it might be best to consider a third-party upload site. problem

nickatomlin commented 8 years ago

Typeform works with the Zapier API, but we'll have to pay extra for file uploads. Currently testing out functionality in my Webhooks repository. screen shot 2016-08-04 at 11 14 00 am