simplex-chat schema, refactor chat to use SMP agent functions (#62)

* chat messages namespace and types

* initial schema (WIP)

* schema for messages (WIP)

* fix schema, add migrations, remove broadcast

* simplex-chat spike (WIP)

* chat client design

* update chat schema

* more chat schema updates

* simplex-chat app structure

* chat app layout demo

* update schema

* refactor dog-food (WIP)

* refactor / simplify

* refactor output of sent message to avoid separate parsing

* refactor inputSubscriber

* remove unused simplex-chat code

* update simplexmq commit

* update schema

* remove ncurses
This commit is contained in:
Evgeny Poberezkin
2021-06-25 18:18:24 +01:00
committed by GitHub
parent 4232f73ed2
commit eb2404c9ce
23 changed files with 1078 additions and 701 deletions

1
.gitignore vendored
View File

@@ -48,3 +48,4 @@ stack.yaml.lock
# chat database
*.db
*.db.bak