diff options
| author | Joe Carstairs <jcarstairs@scottlogic.com> | 2025-07-23 16:30:49 +0100 |
|---|---|---|
| committer | Joe Carstairs <jcarstairs@scottlogic.com> | 2025-07-23 16:30:49 +0100 |
| commit | 74f388d9b4a6746596b28bf056528ee8b54df6e4 (patch) | |
| tree | f055180e912f015af52b1dd87c61d168884cd889 /requirements/tasks | |
| parent | 576ae825d343c8fbad1d7edff6d4bac992414a4c (diff) | |
task-059: req-eng's tank balance UI
Diffstat (limited to 'requirements/tasks')
| -rw-r--r-- | requirements/tasks/task-028.md | 1 | ||||
| -rw-r--r-- | requirements/tasks/task-057.md | 13 | ||||
| -rw-r--r-- | requirements/tasks/task-058.md | 15 |
3 files changed, 18 insertions, 11 deletions
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 |
