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/data_models | |
| parent | 576ae825d343c8fbad1d7edff6d4bac992414a4c (diff) | |
task-059: req-eng's tank balance UI
Diffstat (limited to 'requirements/data_models')
| -rw-r--r-- | requirements/data_models/dml-bucket.md | 2 | ||||
| -rw-r--r-- | requirements/data_models/dml-drip.md | 2 | ||||
| -rw-r--r-- | requirements/data_models/dml-transaction.md | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/requirements/data_models/dml-bucket.md b/requirements/data_models/dml-bucket.md index 858f013..b7a3166 100644 --- a/requirements/data_models/dml-bucket.md +++ b/requirements/data_models/dml-bucket.md @@ -16,4 +16,4 @@ Notes: - `balance_cache_key` must be of the format: `<drip_id>:<transaction_id>`. -Sources: req-027, req-028, req-030 +Sources: req-027, req-028, req-030, req-092 diff --git a/requirements/data_models/dml-drip.md b/requirements/data_models/dml-drip.md index 127c73e..aa0ed11 100644 --- a/requirements/data_models/dml-drip.md +++ b/requirements/data_models/dml-drip.md @@ -12,4 +12,4 @@ result of a pipe. | amount | number | The amount of money which dripped. | | timestamp | number | The time on which this drip was inserted as a Unix timestamp. | -Sources: req-030, req-037 +Sources: req-030, req-037, req-092 diff --git a/requirements/data_models/dml-transaction.md b/requirements/data_models/dml-transaction.md index b6b76f7..bea2b75 100644 --- a/requirements/data_models/dml-transaction.md +++ b/requirements/data_models/dml-transaction.md @@ -12,4 +12,4 @@ a wage slip. It may be associated with at most one bucket. | bucket_id | string? | The bucket associated with the transaction. | | timestamp | number | The time the transaction was inserted as a Unix timestamp. | -Source: req-010, req-017 +Source: req-010, req-017, req-092 |
