blob: a8f27b2b2c0aff10b9277584a6df7e2b3f67885e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# task-007
To do:
- Design an initial architecture
- Document it
- Create any tasks needed to implement the architecture
Desiderata:
- Data must be persisted
- Data persistence should be resilient
- Data persistence should be recoverable
- There must be an SMS interface
- There must be a desktop interface
- There should be a Web interface
Sources: req-046
## Notes
I have documented the architecture (arch-v1). Now I just need to create some
tasks.
|