You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tracking for the progress of the application Database Module API
[ ] - API compiles using Rust Stable
[ ] - API brings in Postgres database (with Diesel) by default
[ ] - Tests built
[ ] - Tests passing
The text was updated successfully, but these errors were encountered:
Thanks @AdityaKumar41 - this is also one of the larger TODO's for the project.
What @nicholasguyett and I discussed was being able to have the main functions split off into interconnected modules such as:
Frontend
Backend
Database
Networking (?)
Having modules split out in this way provides a lot of flexibility in the various technologies used. For instance someone could write a frontend in another language but leverage our backend, and database. It also means that we should be able to build, and test various parts independently from one another.
That’s a solid plan! @BanjoFox Splitting things into modules will make development and testing way smoother. Excited to see how it helps speed things up!
Tracking for the progress of the application Database Module API
[ ] - API compiles using Rust Stable
[ ] - API brings in Postgres database (with Diesel) by default
[ ] - Tests built
[ ] - Tests passing
The text was updated successfully, but these errors were encountered: