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/data_models/dml-bucket.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'requirements/data_models') diff --git a/requirements/data_models/dml-bucket.md b/requirements/data_models/dml-bucket.md index 01c56b5..809fe33 100644 --- a/requirements/data_models/dml-bucket.md +++ b/requirements/data_models/dml-bucket.md @@ -8,7 +8,9 @@ A bucket represents a real category of spending, like beer or holidays. | name | string | A short description of the real category of spending. | | balance | number | The amount of money the user intends to be free to spend. | | balance_cache_key | string | A cache key for the balance. See notes. | +| group | string | The name of a group of buckets to which this belongs. | | is_hidden | boolean | Whether this bucket should be hidden in the UI. | +| is_favourite | boolean | Whether this bucket should be given priority in the UI. | Constraints: @@ -23,4 +25,4 @@ Notes: - `is_hidden` is used as an equivalent of soft-deletion. Buckets should never be actually deleted. -Sources: req-027, req-098, req-110, req-111, task-028 +Sources: req-027, req-098, req-110, req-111, task-028, ui-designs/desktop-views -- cgit v1.2.3