Dunestash Public Backend 0.0.1-a.1

This commit is contained in:
Dunemask 2021-07-24 15:42:36 -06:00
commit 69f1de45a3
18 changed files with 1731 additions and 0 deletions

15
Roadmap.md Normal file
View file

@ -0,0 +1,15 @@
# Roadmap
## These are the plans and requirements for the next phases of development
### API Server
* Rewrite authentication methods
* Separate user info from Dunestash info, they're going to be different
* Encrypt All user data, we're not letting anything get compromised.
### Front end
* Abstractify the current react project and seperate it from dunestash
* Contextualize the code to make variable access simpler
* Move state handling beyond classic Class methodologies