kaangiray26 / forte

Self-hosted, music streaming platform
https://forte.buzl.uk/
GNU General Public License v3.0
336 stars 14 forks source link

Make codebase more modular #78

Open mawoka-myblock opened 1 year ago

mawoka-myblock commented 1 year ago

Having one ~2000 lines long file isn't really modular. I'd suggest (for contributors and so that you don't loose the overview), split the db.js into different files, grouped by their function. Eg. Playlists into db/playlists.js, etc

mawoka-myblock commented 1 year ago

I could work on it in the next week.