jefflunt / rpglogger

(retired) Build your own strategy guide for any RPG
6 stars 0 forks source link

Implement tags #17

Closed jefflunt closed 12 years ago

jefflunt commented 12 years ago
  1. All name/title fields should generate tags, such that as you type into any string or text field, auto-complete tag suggestions come up.
  2. Name/Title fields create unique tags. If more than one WorldObject has the same name, that's okay - you can disambiguate them via their section. And if more than one WorldObject in the same section has the same name, then clicking on the tag should show you all of them.
  3. When the auto-complete comes up, it should split up the results by section.
  4. Section names also generate unique tags. Section names should be unique within the scope of a LogBook.
jefflunt commented 12 years ago

Scrap the whole #tag vs. @tag, etc. Just auto-complete based on what you're typing, and the whole list of tags scoped on the section in which they appear.

jefflunt commented 12 years ago

Canceled. The names of WorldObjects will act as tags. There's no more tagging that I think is really necessary anymore.