chore: initialize chorus repo
This commit is contained in:
commit
337c2a60d1
2 changed files with 25 additions and 0 deletions
7
.gitignore
vendored
Normal file
7
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
.env
|
||||
.venv/
|
||||
__pycache__/
|
||||
*.pyc
|
||||
node_modules/
|
||||
dist/
|
||||
.DS_Store
|
||||
18
README.md
Normal file
18
README.md
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
# Chorus
|
||||
|
||||
Multi-channel communications hub for Books in Hand.
|
||||
|
||||
Aggregates BH text, personal text, BH email, personal email, voice, Facebook
|
||||
Messenger, and ND messenger into a single triage interface, so Donna can
|
||||
coordinate with volunteers and donors without switching between apps.
|
||||
|
||||
Standalone client project for Books in Hand. Not part of the CircuitForge
|
||||
product line — no BSL tiering, no CircuitForge license server integration.
|
||||
|
||||
Design spec and implementation plan live in a separate private planning
|
||||
repo (`circuitforge-plans/books-in-hand/superpowers/`) and won't always be
|
||||
available to whoever is working in this repo.
|
||||
|
||||
## Status
|
||||
|
||||
Design in progress.
|
||||
Loading…
Reference in a new issue