Ticket #1705 (closed enhancement: fixed)
Implement Vocabularies domain model and API
Reported by: | seanh | Owned by: | seanh |
---|---|---|---|
Priority: | awaiting triage | Milestone: | ckan-sprint-2012-02-20 |
Component: | ecportal | Keywords: | taxonomies [2d][a:2d] |
Cc: | Repository: | ckan | |
Theme: | none |
Description (last modified by seanh) (diff)
Add Vocabulary domain class, add logic functions for creating, updating, listing, getting, deleting vocabularies, add tests.
Change History
comment:2 Changed 2 years ago by seanh
- Status changed from closed to reopened
- Resolution fixed deleted
Reopening because I still need to trace all the places in the model (tag.py, package.py, etc.) where there are methods that depend on tag names being unique, and then in the controllers and logic functions as well, and add new tests for the updated methods.
comment:3 Changed 2 years ago by seanh
- Milestone changed from ckan-sprint-2012-02-06 to current-ckan-sprint-2012-02-20
Note: See
TracTickets for help on using
tickets.
Done in branch feature-1698-tag-taxonomies