Ticket #80 (new enhancement) — at Version 1
Refactor or remove modes code
Reported by: | rgrp | Owned by: | dread |
---|---|---|---|
Priority: | minor | Milestone: | v0.10 |
Component: | ckan | Keywords: | |
Cc: | Repository: | ||
Theme: |
Description (last modified by dread) (diff)
Get rid of modes in the RESTful API. Do json stuff directly in controllers.
- package will have to_dict and from_dict methods (called by rest controller) which provide and consume JSON friendly dictionaries representing the object. from_dict - class_method. stuff in forms for tags as_string, maybe factor out. reuse validation stuff.
Change History
Note: See
TracTickets for help on using
tickets.