Tagging - Part 3
Posted on November 30th, 2007 by Eric Lease Morgan
After three days of hacking, I finally got a bit of the user interface to the tagging demo working. You can now: 1) sign in, 2) browse the collection, 3) opt to add a tag, 4) enter a tag, 5) have the input echoed back to you, and 6) restore the page to its original state. All of this is very AJAX-y.
The next steps include actually updating the underlying database accordingly. I think I will do this by: 1) create a facet called tags_[username], 2) add the term to the database and classify it with the new facet, 3) create a facet called tags, 4) add the term to the tags facet, 5) display the term (tag) when the page is restored to its original state.
Discussion Area - Leave a Comment
You must be logged in to post a comment.