Create a database (should only accessible to the server container) that acts as ground truth for all data stored in the meeting. When this is implemented, it should be possible to deploy a new version of rustsystem midway through a meeting.
Could use https://crates.io/crates/postgres for postgres or https://crates.io/crates/sqlite for sqlite.
Trustauth should not have a database. Ground truth comes from server, and internal states are generated whenever a new vote round is initialized.
Create a database (should only accessible to the server container) that acts as ground truth for all data stored in the meeting. When this is implemented, it should be possible to deploy a new version of rustsystem midway through a meeting.
Could use https://crates.io/crates/postgres for postgres or https://crates.io/crates/sqlite for sqlite.
Trustauth should not have a database. Ground truth comes from server, and internal states are generated whenever a new vote round is initialized.