Closed
Bug 886535
Opened 12 years ago
Closed 6 years ago
Make NOC alerts localizable
Categories
(support.mozilla.org :: Knowledge Base Software, task, P3)
support.mozilla.org
Knowledge Base Software
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: ibai, Unassigned)
Details
(Whiteboard: u=sumo-team c=wiki p= s=2013.backlog)
In the implementation of the NOC Alert, we didn't add the ability to localize it. This is going to be important because we are targeting Firefox OS users that will be mainly non English speakers.
The notifications are going to be a closed set, so we will need to have a place where localizers can translate them, that way they will be ready whenever we need to use one specific alert. The expected downtime should be a variable that is populated per event.
Reporter | ||
Updated•12 years ago
|
Whiteboard: u=sumo-team c=wiki p= s=2013.13
Comment 1•12 years ago
|
||
Funny thing is I was just talking to :rtucker about this today.
This is going to be tough, because we are going to be hooking into the API from http://status.allizom.org/en-US/ and showing whatever messages they have there. These messages are all in English.
So, for us to have localized messages, it would have to come from them. If we need localized messages, they probably do too?
:cshields?
Whiteboard: u=sumo-team c=wiki p= s=2013.13 → u=sumo-team c=wiki p= s=2013.backlog
Comment 2•12 years ago
|
||
I could localize some of the static strings such as:
Status,
Severity,
Services Affected
Other than that, I'm not sure what else is able to be localized without having people construct service outage summaries and descriptions in multiple different languages.
That said, if we're not going to be able to localize the messages and descriptions, is there a benefit in localizing the simpler strings?
Comment 3•12 years ago
|
||
Ibai, Patrick:
Is there a finite set of alerts/statuses that we are interested in showing on SUMO? That is the only practical way I see we could have them localizable. Can we list them out here and see if/how we can map that to what we get from the whistepig API?
Flags: needinfo?(pmcclard)
Comment 4•12 years ago
|
||
Ricky,
After swapping ideas with Verdi we came up with the following:
The <service> will be back soon. We're working on the issue and expect it to be back in <duration> hours. Posted: <Local Time and Date>
Can we display the user's local date and time so they don't have to figure out timezones and do math?
Flags: needinfo?(pmcclard)
Comment 5•12 years ago
|
||
So, it seems like we have a fine set of messages. Ricky, are we getting the variables that Patrick has listed from http://status.allizom.org/en-US/ ?
I can see service and time, but not duration.
Flags: needinfo?(rrosario)
Comment 6•11 years ago
|
||
Clearing my NEEDS INFO. We haven't really integrated any NOC alerts into SUMO for real yet. I am not sure if it's still something we want to do or not.
Flags: needinfo?(rrosario)
Updated•8 years ago
|
Priority: -- → P3
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•