It was a late start today, but facilities for tagging and associating have been implmented. While editing it still not in place, there are still improvements to be made, but it is working for now.
Tags
- Tags are now set on a title via the user’s dashboard: (/dashboard/tags/media/title)
- Control posts via AJAX+API
- It works even if no tags have been made
- A quick “Tag This” was place on the media page
- TODO: tag option in table row dropdowns
- TODO: XML mix between experience and tags (tag filter on experience)
- TODO: tag view on title’s main page
- TODO: most used tags on tagging panel
Associations
- Associations can be set via the media’s associated page (/media/title/associated)
- Adding uses traditional POST form
- The firefox extension is working for associating pages while browsing
- TODO: editing/removing associations
- TODO: quick list of a user’s associations in dropdown table control
One bug that can easily be fixed is that tagging does not flush the tags, it merely adds the new tags. Also, when tagging, the newly added tags are not fed into the HTML, and a page refresh is needed, but that is optional at this point.