blob: e776cdf618cde4a64140d49415e8fcc9caa298a8 (
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-030
Schist's desktop GUI must have an interface for viewing, creating and updating
buckets.
Source: req-068
Epic: epic-000
Blocks: task-029
## Notes
The UI must include:
- [ ] Name as an editable heading at the top of the main content
- [ ] Balance in the top-right of the main content
- [ ] Name and balance in the second-level nav
- [ ] An auto-saving group input
- [ ] An auto-saving Favourite checkbox
- [ ] A New option in the second-level nav in the Buckets view
- [ ] The New main content looks similar to the editable section of an existing
bucket, but is not auto-saving, and has an Add button, which you can guess
what that does
Not in scope:
- A Hidden checkbox: that is covered by task-075
- A historical data section: that is covered by task-076
|