Add user model and SQLite storage #8
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Design and implement the user model and SQLite database layer for multi-tenant user management.
User Model
User {
id: UUID (primary key)
email: string (unique, indexed)
created_at: timestamp
last_login_at: timestamp
storage_path: string
}
Implementation Tasks
Design Decisions
Acceptance Criteria
libretech referenced this issue2026-02-28 21:17:20 +01:00
libretech referenced this issue2026-03-01 20:32:14 +01:00