blob: 7a6e8460920c9c308bd292085abfd895019b8992 (
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
28
29
|
# task-007
Epic: epic-003
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.
|