ProgSoc / ClubVotingSystem

A voting system for university club meetings.
https://vote.progsoc.org/
1 stars 1 forks source link

Core refactor #2

Closed arduano closed 1 year ago

arduano commented 1 year ago

Previously all rooms were stored in both the DB and memory, now this refactor makes sure we only store them in the DB, and fetch from the DB each time changes are made and requested.