mikelax / forgingadventures

0 stars 0 forks source link

Design Character Sheet Model, Storage, and Attributes #100

Closed mikelax closed 6 years ago

mikelax commented 6 years ago

Overview

In order to allow a user to join and actually participate in a Game, they will need to be able to create a Character to use for a Game. Having a character, and posting as a character will help give the Game a better theme and feel, as opposed to posts coming from "the user".

Requirements

Character Attributes

Here is the list of attributes that will be defined columns on the characters db table.

TODO

Tasks

Resources and Links

mikelax commented 6 years ago

@nazar here is the start of what I have for characters. Going to start working down the Task list, depending on progress might split some tasks into separate tickets.

nazar commented 6 years ago

A Character should have a concept of a basic Audit Trail

❤️