Skip to content

Commit e3b1c8a

Browse files
committed
Close #118: locationCount complete, collection-level counts out of scope
1 parent c09c7bb commit e3b1c8a

1 file changed

Lines changed: 0 additions & 10 deletions

File tree

CLAUDE.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -614,16 +614,6 @@ A console command to scaffold a new component class would ease the process and a
614614

615615
---
616616

617-
### #118 — Return location counts for draft resources and collections
618-
619-
An admin viewing a component group or draft resource currently has no way to know how many draft items exist across locations. A count per-location would allow the admin UI to surface "3 unpublished items in this group" without fetching all items.
620-
621-
**Partially implemented (commits `b438d60d`, `65de12f1`):** `_metadata.publishable.locationCount` is now returned in component responses. The count includes both direct `ComponentPosition.component` references and `AbstractPageData` subclass instances that reference the component as a typed association property (the source of `pageDataProperty` dynamic positions). Behat tests in `features/publishable/publishable.feature`.
622-
623-
**Remaining:** aggregated counts per location (e.g. "N draft items in this group") and collection-level counts are not yet implemented.
624-
625-
---
626-
627617
### #115 — Symfony data collector / profiler integration
628618

629619
A custom Symfony profiler panel showing how the bundle handled a request — security decisions (JWT, refresh tokens), route resolution, page data lookups, Mercure topic publication — would significantly aid debugging.

0 commit comments

Comments
 (0)