Skip to content

Commit 2d73cc5

Browse files
committed
docs(adr-0007): record rating migration
1 parent 9f2c436 commit 2d73cc5

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

docs/adr/0007-incremental-services-layer.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,14 @@ readers can see how far along the work is.
105105
direct ``client.put`` in ``commands/server.py``), and routed the
106106
``volume tree`` server-name lookup through ``ServerService.find``
107107
instead of a direct ``/servers/detail`` call.
108+
- 2026-04-22 — ``rating`` (CloudKitty): RatingService + RatingModule
109+
/ HashmapService / HashmapField / HashmapMapping / HashmapThreshold
110+
/ HashmapGroup / RatingSummary TypedDicts. Info (config + metrics),
111+
summary + dataframes (v1/v2), quotes, rating modules (fetch-merge-
112+
put on ``module set``), hashmap sub-API
113+
(services/fields/mappings/thresholds/groups). Migrated
114+
``commands/rating.py`` — the ``_url()`` helper and the duplicated
115+
hashmap prefix constant are gone.
108116
- 2026-04-22 — ``key-manager`` (Barbican): KeyManagerService + Secret
109117
/ SecretContainer / Order / Acl TypedDicts. Secrets, secret ACLs,
110118
secret containers, orders. Migrated ``commands/secret.py`` (drops

0 commit comments

Comments
 (0)