Custom Query (2152 matches)
Results (1450 - 1452 of 2152)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#1698 | fixed | [super] Tag Taxonomies | seanh | seanh |
Description |
Add drupal-like "taxonomies" to CKAN. Etherpad with user stories, feature list, design and implementation discussion: Branch where this is being developed is feature-1698-tag-taxonomies: https://github.com/okfn/ckan/compare/master...feature-1698-tag-taxonomies Tickets related to this have keyword taxonomies. |
|||
#1705 | fixed | Implement Vocabularies domain model and API | seanh | seanh |
Description |
Add Vocabulary domain class, add logic functions for creating, updating, listing, getting, deleting vocabularies, add tests. |
|||
#1706 | duplicate | Tag taxonomies package schema | seanh | seanh |
Description |
Enable ckanext's to add new vocabularies to default_package_schema(), use the new vocabularies in templates for dataset view, create, edit pages, helper function for extensions to create a vocabulary schema for a given vocabulary name (must match a vocab already in the db) and add it to default package schema. |