Closed jefflunt closed 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?
Canceled.
Right now, in the
app/models/world_object.rb#fake_fill_properties
method, we don't handlelookup
values.