jefflunt / rpglogger

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

Implement lookup value for WorldObjectProperties objects #15

Closed jefflunt closed 12 years ago

jefflunt commented 12 years ago

Right now, in the app/models/world_object.rb#fake_fill_properties method, we don't handle lookup values.

jefflunt commented 12 years ago

How is a lookup value different than a tag, or auto-complete/suggest in the context of this app?

For example, let's say you wanted to keep track of the race of your character - there are only so many races in the game. So, adding a look up section could allow you to enter, just once, the list of races.

However, what if we instead, simply provided auto-complete/suggest functionality across all string elements, across that WorldObjectProperty. In other words, when you're filling out a string attribute, why can the app simply suggest values based on what you've entered into other attributes that point to the same parent SectionProperty object?

jefflunt commented 12 years ago

Canceled.