Atom Categoriesatom categories are used for DASe-specific metadata. some are actionable note: URL prefix is always http://daseproject.org/category note: maybe there should be BOTH /properties and /entities namespaces | category scheme URL | category type it applies to | possible "term" values | can be changed w/ PUT | identity, membership, or property | | /type | all | item, collection, attribute, tag, search collection_list, attribute_list, comment | no | membership | | /collection | collection | {collection_ascii_id} | no | membership | | /item_type | item | {item_type_ascii_id} | yes | membership | | /parent_item_type | item | {item_type_ascii_id} | yes | membership | | /parent_item_type | attribute | {item_type_ascii_id} | yes | membership | | /item_type/{collection_ascii_id}/{item_type_ascii_id} | item (this is a parent item) | {serial_number} | yes | membership | | /item_count | collection, tag | (int) | no | property | | /position | item, attribute | (int) | yes | property | | /tag_type | tag | slideshow, cart, set, ?? | yes | property | | /status | any | draft, delete, public | yes | property | | /visibility | any | owner, group, public | yes | property | | /html_input_type | attribute | text, textarea, select, radio, checkbox, noedit, list | yes | property | | /background | tag, tag_item | hex code or colorname | yes | property | | /metadata | item | term is fully qualified att_ascii_id, value is value | yes | property+ | | /private_metadata | item | term is fully qualified att_ascii_id, value is value | no (use /metadata) | property+ | | /admin_metadata | item | value | no | property | | /applies_to | category_scheme | attribute,collection,item,set,set_item,user | no | property | | /base_url | all | app_root | no | property |
figure out how tag visibility overrides collection visibility for items in tag. Atom Link relationsprefix is: http://daseproject.org/relation/ - collection (a link to the collection that this feed/entry applies to)
- collection/attributes (link to the attributes for this collection)
- feed-link (used to populate the "up" link on a search item)
- search-item (w/in a search result, appearing in an entry)
- item_type/attributes (links the attributes for this item_type)
- childfeed (both application/atom+xml and application/json available)
- parent
|