From c7ed1e61ce2218be0b9e60577454124c4e43a366 Mon Sep 17 00:00:00 2001 From: Joe Carstairs Date: Sun, 27 Jul 2025 07:57:42 +0100 Subject: task-060: refines epic-000 --- requirements/tasks/task-079.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 requirements/tasks/task-079.md (limited to 'requirements/tasks/task-079.md') 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 -- cgit v1.2.3