From 74f388d9b4a6746596b28bf056528ee8b54df6e4 Mon Sep 17 00:00:00 2001 From: Joe Carstairs Date: Wed, 23 Jul 2025 16:30:49 +0100 Subject: task-059: req-eng's tank balance UI --- requirements/tasks/task-028.md | 1 + requirements/tasks/task-057.md | 13 ++++++++----- requirements/tasks/task-058.md | 15 +++++++++------ 3 files changed, 18 insertions(+), 11 deletions(-) (limited to 'requirements/tasks') diff --git a/requirements/tasks/task-028.md b/requirements/tasks/task-028.md index 5e97b0e..a023f3a 100644 --- a/requirements/tasks/task-028.md +++ b/requirements/tasks/task-028.md @@ -13,6 +13,7 @@ The designs should include interfaces for: - [ ] Updating buckets - [ ] Deleting buckets - [ ] Viewing the long-term expected monthly tank change +- [ ] Viewing the tank balance Sources: task-029, task-030, task-058 diff --git a/requirements/tasks/task-057.md b/requirements/tasks/task-057.md index 46db06c..1af09b9 100644 --- a/requirements/tasks/task-057.md +++ b/requirements/tasks/task-057.md @@ -1,10 +1,13 @@ # task-057 -Schist's desktop UI should display prominently the result of the procedure, -`calculate_long_term_expected_monthly_tank_change`, as described in req-088, in -any view from which the user may be thinking about how to create, update or -delete their buckets or pipes. +Schist's desktop UI should display prominently the results of the procedures, +`calculate_long_term_expected_monthly_tank_change`, as described in req-088, +and `calculate_tank_balance`, as described in req-092, in any view from which +the user may be thinking about how to create, update or delete their buckets or +pipes. -Source: req-089 +Sources: req-089, req-093 Epic: epic-000 + +Relates to: req-088, req-092, task-028 diff --git a/requirements/tasks/task-058.md b/requirements/tasks/task-058.md index a4fc2fb..e75b8a2 100644 --- a/requirements/tasks/task-058.md +++ b/requirements/tasks/task-058.md @@ -1,10 +1,13 @@ -# task-057 +# task-058 -Schist's Web UI should display prominently the result of the procedure, -`calculate_long_term_expected_monthly_tank_change`, as described in req-088, in -any view from which the user may be thinking about how to create, update or -delete their buckets or pipes. +Schist's Web UI should display prominently the results of the procedures, +`calculate_long_term_expected_monthly_tank_change`, as described in req-088, +and `calculate_tank_balance`, as described in req-092, in any view from which +the user may be thinking about how to create, update or delete their buckets or +pipes. -Source: req-088 +Sources: req-088, req-094 Epic: epic-005 + +Relates to: req-088, req-092 -- cgit v1.2.3