[ckan-dev] Add dataset and schemas

David Raznick kindly at gmail.com
Tue May 29 08:50:59 UTC 2012


On Mon, May 28, 2012 at 5:11 PM, Toby Dacre <toby.okfn at gmail.com> wrote:
> Hi,
>
> As part of the demo redesign the add data page is becoming more stage
> driven. http://s031.okserver.org:2375/dataset/new
> This means that we want to create a basic dataset record then add more info
> as we go along.
>
> Currently we have all the fields eg author in a big form (bits hidden etc)
> so the reduced dataset we are trying to save in demo fails
>
>  incorrect form fields posted, missing set(['maintainer', 'author',
> 'author_email', 'tag_string', 'maintainer_email', 'url', 'version',
> 'log_message', 'extras'])

We do not have to add these at all and act in the same way as the api.
 I think that check_data_dict is optional and we could probably remove
it entirely.

However, I am slightly worried about issues arising when people try to
customize their schema and add more required fields, which is a very
common thing to want to do.

Thanks

David




More information about the ckan-dev mailing list