Skip to content

Commit 10ec1af

Browse files
committed
expand notes about key types
1 parent 23fae29 commit 10ec1af

File tree

1 file changed

+23
-1
lines changed

1 file changed

+23
-1
lines changed

notes.md

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,29 @@
11
# General Notes
22

3+
## Key Interfaces
34

4-
# LIP SYNC
5+
## Loquacious
6+
7+
Stateful system configuration with various domain services configured and contained.
8+
9+
All system and domain logic should live under here. Server endpoints should be constrained to
10+
dealing with the HTTP domain.
11+
12+
Each interactive session should have its own instance of this.
13+
14+
## LoqModule
15+
16+
Interface with parametised types for input and output high level interaction types.
17+
18+
Integration point between db and possibly multiple domain service instances.
19+
20+
## CreatorService
21+
22+
* Responsible for db creation of domain objects, one for each domain category
23+
*
24+
25+
26+
## LIP SYNC
527

628
Q: What is the best lip-sync system/service. What inputs/workflow?
729

0 commit comments

Comments
 (0)