This is an automated email from the ASF dual-hosted git repository.
gstein pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/steve.git
The following commit(s) were added to refs/heads/trunk by this push:
new 19ffd12 update v3 readme, to include schema docco/links
19ffd12 is described below
commit 19ffd12142c0d9ebf3448feba2c53dff47af39f9
Author: Greg Stein <[email protected]>
AuthorDate: Fri Sep 26 12:23:15 2025 -0500
update v3 readme, to include schema docco/links
---
v3/README.md | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/v3/README.md b/v3/README.md
index ee47741..1b737a3 100644
--- a/v3/README.md
+++ b/v3/README.md
@@ -13,6 +13,9 @@ email interception of a voting token, which anybody could
use).
v3 is intended (primarily) to revamp the data model and storage and the webui
framework, using more recent technologies for greater leverage.
+For background reference in this README, see the documentation for the
+[database schema](docs/schema.md)
+
## Data Model
v2 is the initial guide for a data model, to be used by v3.
@@ -94,6 +97,10 @@ not need to be decrypted for this process.
## Implementation
+All information/data is recorded within a site-wide SQLite database,
+using [this schema](docs/schema.md)
+(see also: [schema.sql](schema.sql)).
+
Some notes on implementation, hashing, storage, at-rest encryption, etc.
```