quantumlicht / php-wine

0 stars 0 forks source link

Add a field to add tags to the wine. #29

Closed quantumlicht closed 11 years ago

quantumlicht commented 12 years ago

These tags should show up as they are added and could be removed with a small x icon at the top-right corner. Just like when you add tags in Jira

quantumlicht commented 12 years ago

The tags come for a list that is feeding a lookahead.

quantumlicht commented 11 years ago

if the tag the user wants to add is not there, he can submit it. This will be added into a temporary database that you can have access from the admin section. There will be a button to add or delete for each tag. If the add button is clicked by an admin, it is added to the Real DB, otherwise it is ereased form the temp db.

quantumlicht commented 11 years ago

Enable users to populate tags list.\ However there should be an interface in the admin section to manually remove bad tags, and also have a mechanism to prevent users from posting abusive tags:

tags should limit to 1 word no numbers escape any html tags limit number of characters.