CFR experiment requires synchronization to RemoteSettings
Categories
(Firefox :: Messaging System, task, P1)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox72 | --- | affected |
People
(Reporter: vng, Assigned: vng, NeedInfo)
References
Details
The new CFR experiment will write out new CFR messages into new RemoteSettings collections.
Note that what RemoteSettings calls a 'collection' is called a 'Provider ID' in the about:newtab#devtools console. The set of all collections or 'Provider ID's forms a RemoteSettings bucket.
Each new experimental CFR collection must be prefixed with 'cfr-exp-'.
The service will be required to sign and approve content for the Remote Setting on it's own without human intervention.
Each JSON output should be validated against the schema as defined in https://searchfox.org/mozilla-central/source/browser/components/newtab/content-src/asrouter/schemas/provider-response.schema.json
The service should be able to clone RS collections, and perform basic CRUD operations against individual records within the collection.
Updated•6 years ago
|
Updated•6 years ago
|
Updated•6 years ago
|
| Assignee | ||
Comment 1•6 years ago
|
||
| Assignee | ||
Comment 2•6 years ago
|
||
Description
•