[LARP DB] Crated the new tables in the system for a pre-reg setup... and the fact that I think I can slap this together end-to-end really fast is kinda scary.
Okay I think that's enough project work. I've got like a 1/4th of the thing set up in the new framework and I've got all I need to know about how to access and mess with the data via the front end.
I'm just about at the point I could call myself a React developer.
[LARP DB] - Here's a weird question. For user permissions, should you be able to lower or remove your permissions?? Like should you be able to just remove yourself from the system if you wanted? Of course you can't change anyone else without already having permissions to do so but, what level of security do we want?
[LARP DB] Note to self, standard practice with APIs is to always send back a 200 on success with some body data, modern front end packages kinda depend on it to know what's what. ^.^;