Please create the new collection "devtools-news"
Categories
(Cloud Services :: Server: Remote Settings, task)
Tracking
(Not tracked)
People
(Reporter: nchevobbe, Assigned: leplatrem)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
Collection name: devtools-news
Description: We're writing blog post for each release, and this will be used to display a link to them in notifications in DevTools UI
Estimated collection size: Small I'd say. We'll store a very short description containing an url to the blog post, alongside the version number. We'll add a single item in the collection for each release, and I guess we'll also remove older items at some point
List of LDAP emails allowed to change the records (editors):
- honza@mozilla.com
- jdescottes@mozilla.com
- nchevobbe@mozilla.com
- bomsy@mozilla.com
- ochameau@mozilla.com
List of LDAP emails allowed to approve the changes (reviewers)
- honza@mozilla.com
- jdescottes@mozilla.com
- nchevobbe@mozilla.com
- bomsy@mozilla.com
- ochameau@mozilla.com
Allow file attachments on records: no
Are attachments required on records no
List of fields names to display as columns in the records list UI:
textversion
(optional) JSON schema to validate records (in YAML format):
{
"type": "object",
"properties": {
"text": {
"type": "string",
"title": "Text",
"description": "The notification text that will be displayed in the UI"
},
"version": {
"type": "integer",
"title": "Version",
"description": "Firefox version number for which we should display the notification"
}
}
}
(optional) Manual records ID: ?
JEXL target filters: no
| Assignee | ||
Comment 1•2 years ago
|
||
Comment 2•2 years ago
|
||
This has now been merged.
| Assignee | ||
Updated•2 years ago
|
Description
•