bleehu / CXDocs

Compound X rules displayed as web pages. Written in Python, served with Flask and bootstraped with bootswatch.
1 stars 1 forks source link

added .json template for characters #127

Closed bleehu closed 6 years ago

bleehu commented 6 years ago

to serve character info asynchronously. This change is not yet functional.

bleehu commented 6 years ago

Since each of feats, skills, equipment, weapons, and abilities all have a many-to-one relationship with characters. As such, they are each going to be separate objects which will be added on subsequent forms.