jameshart197 / heroestavern

0 stars 2 forks source link

USER STORY: Character Details Model #44

Open jameshart197 opened 7 months ago

jameshart197 commented 7 months ago

As a developer I can create a model for a full character so that all character information can be held in one place. This model will include foreign keys to User, Alignment and Background and ManyToMany relations to Character Attributes, Levels, Skill Proficiencies, Saving Throws, Spells, Languages and Subclass. The Many to Many fields allow multiple characters to have the same language, and one character to have multiple languages, for example.