Closed
Description
Relaying the thoughts of @carols10cents from an email sent to me. We could look into setting up modules with the following structure:
- Model: All DB interaction structs
- View: Encodable implementations e.g. Encodable Crate
- Controller: All functions associated with API endpoints
This would also require a restructuring of unit and integration tests, so this would definitely not be a small task.
Thoughts @carols10cents?