blob: 1e8ec19e84fd710674de86619603baa31fb26bf7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
# 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
Status: done
## Notes
I have documented the architecture (arch-v1). Now I just need to create some
tasks.
I have created the tasks. Marking this as done.
|