The1CABAL / SkaldBot

a Discord bot meant to annoy my friends
0 stars 0 forks source link

UI - Form Schema #74

Open DevinWalkup opened 4 years ago

DevinWalkup commented 4 years ago

We need to store each field separately for a form instead of a long string of json text in the database. The issue found was when I attempted to add email fields to the RegisterForm, the return content was too long.

Note Reason for adding the email fields to the register form is so we can correctly assign the account id to a newly created server when suggesting a new story or wisdom.

DevinWalkup commented 3 years ago

Going to have to look into this more. I don't believe this actually an issue but was rather an issue with how we were pulling the data from the database.