This repository has been archived on 2024-08-10. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
nubian/Roadmap.md

479 B

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