-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Mirv edited this page Dec 7, 2017
·
5 revisions
Welcome to the game_enrollment wiki!
Work in progress
Terms: It is always rather nebulous picking expressive names ...
- game instance - what we call each individual game ran by a user of the site. Other synonyms might be campaign, scenario, episode
- game type - table for describing each instance which
has_many
thatbelongs_to
game instances - organization - inside a game instance this is the individual title for a group. Other synonyms might be country, clan, army.
- organization type - table for describing each instance which
has_many
thatbelongs_to
organizations. - player character - in the the game instance, this is the name we use for the user playing
- Minimal registration with user/password assigned to a dash id.
- Feature: create a campaign & have it assigned to the user's dash. Second show in list.
- Feature: join a game instance, either as player of your own or someone else's campaign. Second, generate default organization & player character, which
belongs_to
the dash of the current user. Third, both defaults (organization & player character) shouldbelong_to
the organization/country - Should send data through controllers
- Should display a html view of dashboard
- Should display a html view of game instances
- Should CRUD game_types
- Should CRUD organization_types