summaryrefslogtreecommitdiff
path: root/requirements/data_models
diff options
context:
space:
mode:
authorJoe Carstairs <me@joeac.net>2025-07-27 07:57:42 +0100
committerJoe Carstairs <me@joeac.net>2025-07-27 10:10:16 +0100
commitc7ed1e61ce2218be0b9e60577454124c4e43a366 (patch)
tree4e425738c969b9ac46965b439b8d4940f5ffd8d5 /requirements/data_models
parentc898d9d6a988f929b66cc3219948c6cd756988ab (diff)
task-060: refines epic-000
Diffstat (limited to 'requirements/data_models')
-rw-r--r--requirements/data_models/dml-bucket.md4
1 files changed, 3 insertions, 1 deletions
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