jameshart197 / heroestavern

0 stars 2 forks source link

Project Epic - Backend Models #5

Open jameshart197 opened 1 year ago

jameshart197 commented 1 year ago

To meet the application's goals, users must be able to;

Create a character Edit and Update that Character Delete that Character

To achieve this, the back-end must contain:

A base character model Extended model functionality (things that require a base character to be created - mostly foreign keys) Content Models (models that do not edit a character, but edit things a character may have, like skills, spells, etc)