russellaugust / call-of-cthulhu-dicebot

A Call of Cthulhu dicebot that is tailored specificly to rolls for the tabletop game. It will also include a character sheet organizer linked directly to the dicebot.
GNU General Public License v3.0
0 stars 0 forks source link

Revise database to go over REST or POST #32

Open russellaugust opened 2 years ago

russellaugust commented 2 years ago

Redo the database system so it stores the rolls as django rolls.

Also start storing all messages, in particular ones with Fountain entries. If they are edited, that should also be passed along.

This in theory is a quick add. I don't see how this could be too complex. I guess the issue is that these aren't POSTS, they're true API calls that need to be deserialized.