Create database for rustsystem-server
Open
enhancement
Low
reliability
- Dominant language
- TypeScript
- Stars
- 2
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
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.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.