Ticket #1046 (new enhancement) — at Version 4
Dictize the API
Reported by: | thejimmyg | Owned by: | kindly |
---|---|---|---|
Priority: | critical | Milestone: | ckan-v1.4-sprint-5 |
Component: | ckan | Keywords: | |
Cc: | Repository: | ckan | |
Theme: | none |
Description (last modified by kindly) (diff)
The stages involved with doing this.
- Convert model objects to standard dict format (DONE)
- Convert standard dicts to current api formats (DONE)
- Make standard dicts savable (DONE)
- Convert current api saves to the new standard dict format. (DONE)
- Validate standard dict format.
- Authenticate all saves and views using new format.
- Replace dictization with current api.
- Deserialize forms to new dict format.
- Replace controllers/forms to use dictization.
Change History
Note: See
TracTickets for help on using
tickets.