AltCamp / altcampv1-backend

AltCamp is an e-learning platform that allows students to post messages to the discussion threads, interact and receive feedback from other students and instructors, and hence create a deeper understanding of the subject matter being discussed.
https://altcamp.onrender.com
MIT License
13 stars 17 forks source link

[Feature]: Improve Code Modularity and Reusability through Schema Refactoring #213

Closed tobisupreme closed 1 year ago

tobisupreme commented 1 year ago

Contact Details

No response

The Problem

The database schemas are currently tightly coupled. Making modifications may involve a lot of code changes

How to Fix It

I think we should modify the schemas and split them into smaller parts.

Additional Context

No response

Specific File Path(s) on the Repo to be Modified/Refered to

No response

Code of Conduct