Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Locations (in conjunction with World Maps) #133

Open
jefflunt opened this issue Mar 25, 2012 · 1 comment
Open

Locations (in conjunction with World Maps) #133

jefflunt opened this issue Mar 25, 2012 · 1 comment

Comments

@jefflunt
Copy link
Owner

Locations should be first-class citizens in the data model, with a set of coordinates that place them on a WorldMap.

@jefflunt
Copy link
Owner Author

WorldObjects should also have a has_many :locations relationship, such that all WorldObjects have the ability to have a Location associated with them. This allows, when creating/updating a WorldObject, for the Locations field to auto-complete off of the available Locations tracked in the game.

Finally, if you enter a location on a WorldObject by name, that does not yet exist, a Location with that name should be created with empty coordinates.

Locations might need support for being things which have no physical location (i.e. a location can be a concept, or a name).

Should Locations be marked in a special color if they have neither "not_physical_location" nor their coordinates set? In other words, in the UI, should there be a visual indication that a location is perhaps being tracked, but has not yet had coordinate or other meta data associated with it?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant