3 | | * Should provide a text box where users can add space separated tags (a la delicious). |
4 | | * if though tags are only associated tag creation should be seemless (so if a tag does not already tag exists it should automatically be created in the background) |
5 | | * would like to provide a list of relevant existing tags. For time being could just list all existing tags below entry box but in long run would like auto-updating/auto-suggesting listing a la delicious |
| 3 | * Currently have a text box where users can add space separated tags |
| 4 | * Tags should auto-complete in a manner similar to delicious |
| 5 | * would also be good to have a list of suggested tags. This could either be: |
| 6 | * [simpler] a list below the tag box chosen by existing popularity or |
| 7 | * [more complex] a list of suggestions that updates as you add tags (based again on popularity but 'filtered/reranked' to reflect choices so far). |
| 8 | * For first attempt to should probably just go for the simpler option. |