Meyd-908 -

: Such codes are invaluable in tracking the development, revisions, and updates of products or projects. They provide a straightforward way to reference specific versions or iterations.

h3. Summary Add bulk‑tagging capability to the contacts list (MEYD‑908) MEYD-908

| Dependency | Reason | |------------|--------| | | Must expose an endpoint to fetch all tags ( GET /api/v1/tags ). | | Permissions matrix | Add bulk_tag permission to the roles UI if not already present. | | Feature flag | Wrap the whole UI behind feature.bulkTag to enable gradual rollout. | | Analytics | Ensure the analytics SDK includes the new event schema. | | Mobile/Web parity | If you have a native mobile app, add a similar bulk‑tag flow there (or mark as “out‑of‑scope for this release”). | : Such codes are invaluable in tracking the

h3. Description *Problem*: Users must tag contacts one‑by‑one, which is time‑consuming. *Solution*: Introduce a bulk‑tag UI (toolbar button → modal) that lets users select multiple contacts and apply one or more tags in a single operation. Summary Add bulk‑tagging capability to the contacts list