feat: wire BuildPulse to Appwrite-backed persistence
This commit is contained in:
@@ -7,7 +7,7 @@ It helps the user capture features, park distracting ideas, log progress as Puls
|
||||
|
||||
## Current Release
|
||||
|
||||
v0.1: Single-project, local-first, pulse-compatible feature cockpit.
|
||||
v0.1: Single-project, Appwrite-backed, pulse-compatible feature cockpit.
|
||||
|
||||
## Current v0.1 Scope
|
||||
|
||||
@@ -91,12 +91,8 @@ The UI must be:
|
||||
|
||||
## Storage Rule
|
||||
|
||||
Use local-first storage.
|
||||
Preferred v0.1 options:
|
||||
1. Browser local storage or IndexedDB for fastest implementation.
|
||||
2. Optional tiny file-backed Node backend only if explicitly requested.
|
||||
|
||||
Do not introduce a database in v0.1.
|
||||
Use Appwrite on the Unraid server as canonical storage.
|
||||
Keep a browser local cache fallback so the app still behaves when the backend sulks.
|
||||
|
||||
## Scope Guardrail
|
||||
|
||||
|
||||
Reference in New Issue
Block a user