UltiMafia / Ultimafia

All contributors welcome! Successor to EpicMafia
https://ultimafia.com
Other
14 stars 36 forks source link

Refactor Mongoose schemas for readability and maintainability #1647

Closed NaShBe closed 1 month ago

NaShBe commented 1 month ago

Schemas were all stored in a single file and were not organized for readability. I re-formatted the schemas source code to group schemas together and separate them into those respective files. This should make it easier to:

  1. Maintain the code
  2. Read the schemas
  3. Extend on schemas
  4. Add new schemas