diff options
| author | Joe Carstairs <me@joeac.net> | 2025-07-27 07:57:42 +0100 |
|---|---|---|
| committer | Joe Carstairs <me@joeac.net> | 2025-07-27 10:10:16 +0100 |
| commit | c7ed1e61ce2218be0b9e60577454124c4e43a366 (patch) | |
| tree | 4e425738c969b9ac46965b439b8d4940f5ffd8d5 /requirements/tasks/task-079.md | |
| parent | c898d9d6a988f929b66cc3219948c6cd756988ab (diff) | |
task-060: refines epic-000
Diffstat (limited to 'requirements/tasks/task-079.md')
| -rw-r--r-- | requirements/tasks/task-079.md | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/requirements/tasks/task-079.md b/requirements/tasks/task-079.md new file mode 100644 index 0000000..f7e3e00 --- /dev/null +++ b/requirements/tasks/task-079.md @@ -0,0 +1,25 @@ +# task-079 + +In the transactions view in Schist's desktop UI, if the user enters a bucket +name which doesn't exist yet, they should be prompted if they would like to +create a new bucket. + +Epic: epic-000 + +Blocked by: task-071 + +## Notes + +- [ ] When the user enters a new bucket, a modal arises asking if they'd like to + create a new bucket +- [ ] OK-ing the modal navigates to the New bucket view, dismissing the modal + does nothing and returns the transaction's bucket value to its previous + state +- [ ] The modal should include a list of similar bucket names which the user can + select instead +- [ ] If the user OK-s the modal, the New bucket view should have a Back nav + button which returns the user to the Transactions view without doing + anything +- [ ] If the user adds the new bucket, they should be taken to the new bucket's + bucket view, with a Back nav button, which returns the user to where they + were in the transactions view with the bucket updated and focused |
