Apexal / rcos_io

The final RCOS web client. Built on the RCOS database via Hasura.
MIT License
3 stars 1 forks source link

Move everything around #19

Closed Apexal closed 1 year ago

Apexal commented 1 year ago

This PR refactors the codebase to give blueprints their own folders and template folders. It also separates database operations into a database package with modules corresponding to database tables.

gmisail commented 1 year ago

In terms of structure everything looks good, much more manageable compared to what we had before. I haven't had a chance to test things out but given how it's mostly refactoring I'd say it's good to go.

That being said, I'm not looking forward to the merge conflicts on my pull request :(