A new datastore for the Privacy Sandbox, named modules/privacy-sandbox should be created.
Do not alter or remove anything below. The following sections will be managed by moderators only.
Acceptance criteria
A new datastore for the Privacy Sandbox should be created in assets/js/modules/privacy-sandbox
A new constant (MODULES_PRIVACY_SANDBOX) should export the module name 'modules/privacy-sandbox' in assets/js/modules/privacy-sandbox/constants.js
The datastore should be registered when the privacySandboxModule feature flag is enabled. It should not be registered when the feature flag is disabled.
The datastore should be scaffolded with the required registry.registerStore type code (see PageSpeed's for example), but without any file stores with specific functionality.
I’ve unassigned @zutigrm while this is marked "Stalled", but whenever this is moved from Stalled back to IB: check with @zutigrm before taking over the issue, since @zutigrm might have started on it already 👍🏻
Feature Description
A new datastore for the Privacy Sandbox, named
modules/privacy-sandbox
should be created.Do not alter or remove anything below. The following sections will be managed by moderators only.
Acceptance criteria
assets/js/modules/privacy-sandbox
MODULES_PRIVACY_SANDBOX
) should export the module name'modules/privacy-sandbox'
inassets/js/modules/privacy-sandbox/constants.js
privacySandboxModule
feature flag is enabled. It should not be registered when the feature flag is disabled.registry.registerStore
type code (see PageSpeed's for example), but without any file stores with specific functionality.Implementation Brief
Test Coverage
QA Brief
Changelog entry