Open Bug 1935082 Opened 2 months ago

Use DevTools notification bar to encourage user feedback (eg surveys)

Categories

(DevTools :: General, enhancement)

enhancement

Tracking

(Not tracked)

People

(Reporter: jdescottes, Unassigned)

Details

The DevTools toolbox can be a good way to reach out to developers, and ask for feedback. For instance surveys about the state of JS/CSS/HTML sometimes suffer from a lack of discoverability.

We could reuse the DevTools notification bar to push a non-obstrusive notification to users about surveys for which we want developer feedback.

We can use RemoteSettings in order to store the data itself.

There is also a topic to investigate around localization:

  • some surveys might not be localized and it might be inappropriate to suggest them to non-english speaking users
  • if we want to push the notifications via Remote Settings but still keep the message localized, we'll most likely need to have a template string in m-c and only push meta data about the survey in remote settings.
You need to log in before you can comment on or make changes to this bug.