diff options
| -rw-r--r-- | requirements/kanban.md | 4 | ||||
| -rw-r--r-- | requirements/tasks/epic-000.md | 4 | ||||
| -rw-r--r-- | requirements/tasks/task-001.md | 9 | ||||
| -rw-r--r-- | requirements/tasks/task-085.md | 16 | ||||
| -rw-r--r-- | requirements/tasks/task-086.md | 11 |
5 files changed, 34 insertions, 10 deletions
diff --git a/requirements/kanban.md b/requirements/kanban.md index 95a1994..52a6d7a 100644 --- a/requirements/kanban.md +++ b/requirements/kanban.md @@ -4,9 +4,11 @@ | -------- | -------- | -------- | | | | epic-000 | | ======== | ======== | ======== | +| | task-072 | | +| | task-085 | | | | task-001 | | | | task-064 | | -| | task-072 | | +| | task-086 | | | | task-030 | | | | task-029 | | | | task-078 | | diff --git a/requirements/tasks/epic-000.md b/requirements/tasks/epic-000.md index 239c612..9e8d91a 100644 --- a/requirements/tasks/epic-000.md +++ b/requirements/tasks/epic-000.md @@ -10,9 +10,11 @@ Status: in progress - [x] task-010 (hello, world) - [x] task-073 (UI layout & nav) - [x] task-012 (SQLite) +- [ ] task-072 (import from Actualbudget) +- [ ] task-085 (view transactions) - [ ] task-001 (inserting transactions) - [ ] task-064 (deleting transactions) -- [ ] task-072 (import from Actualbudget) +- [ ] task-086 (buckets navigation formatting) - [ ] task-030 (CRUDing buckets) - [ ] task-029 (CRUDing pipes) - [ ] task-078 (groups in Buckets view) diff --git a/requirements/tasks/task-001.md b/requirements/tasks/task-001.md index 80aff97..04638c6 100644 --- a/requirements/tasks/task-001.md +++ b/requirements/tasks/task-001.md @@ -2,14 +2,7 @@ Schist must have a desktop interface for inserting transactions. -- [ ] Add a table of transactions to the transactions view main content with - these columns: - - Date - - Bucket - - Payee - - Quantity - - Balance -- [ ] Add a new transaction form at the top of the table +- [ ] Add a new transaction form at the top of the transactions table - [ ] Move the Balance column header to after the new transaction form Source: req-048, ui-designs/desktop-views diff --git a/requirements/tasks/task-085.md b/requirements/tasks/task-085.md new file mode 100644 index 0000000..1e1e66d --- /dev/null +++ b/requirements/tasks/task-085.md @@ -0,0 +1,16 @@ +# task-085 + +Schist's desktop UI, in the Transactions view, must have a table for viewing +transactions. + +It should have these columns: + +- Date +- Bucket +- Payee +- Quantity +- Balance + +Epic: epic-000 + +Source: ui-designs/desktop-views, req-048, task-001 diff --git a/requirements/tasks/task-086.md b/requirements/tasks/task-086.md new file mode 100644 index 0000000..9e5e7b9 --- /dev/null +++ b/requirements/tasks/task-086.md @@ -0,0 +1,11 @@ +# task-086 + +- Schist's desktop UI, in the buckets navigation, must render each navigation + option as the bucket name aligned to the left, and the bucket balance aligned + to the right +- The number should be rounded to a whole number and formatted accounting-style +- The number should be red if negative + +Source: ui-designs/desktop-views + +Epic: epic-000 |
