Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* started sqlite conversion * i forgot what i did * redid top artists query * some query updates & working on better typing * fixed new user root page (except the graphs) * graphs fixed on user_root page * fixed overall_month * part of the artist_month done * fixed artist_month page * fixed overall month * removed generate report function * remove unused imports * fixed artist urls on user root page * remove song.py and some unused functions in db.py * removed more unused functions/imports * removed song.py for real this time * made the app 'prod' ready, and did some more housekeeping * removed scripts/compose * gitignore update * added jill favicon * removed unused files * a * some refactoring of page pathes + update to the monthly overview * refactoring + fixing links on overall page * fixed error in utils * a lot of link fixing * graph stylizing * more graph styling * trying to get rid of the utils.py file * got rid of the utils file Major Changes: - Rather than processing a JSON the website host now uses SQL queries on an SQLite database to do most of the heavy lifting. - Most of the website has gone through changes I honestly don't remember. Probably all changes for the better --------- Co-authored-by: 0x01FE <[email protected]>
- Loading branch information