Add age declaration UI#270
Conversation
| accounttype_combobox.append_text (_("Administrator")); | ||
| accounttype_combobox.append_text (_("Adult (Standard)")); | ||
| accounttype_combobox.append_text (_("Adult (Administrator)")); | ||
| accounttype_combobox.append_text (_("Child")); |
There was a problem hiding this comment.
Should we indicate below what age someone is a child? Does this depend on locale?
There was a problem hiding this comment.
Yeah we're probably going to need a lot more explainer text in the end
| }; | ||
|
|
||
| var dob_header = new Granite.HeaderLabel (_("Date of Birth")) { | ||
| secondary_text = _("Age and birthday are never shared. Age range is shared with apps to provide appropriate experiences."), |
There was a problem hiding this comment.
It gets a little tricky to say that "age and birthday are never shared" if the user uses an application the day their age bracket changes. This can be solved by using a small randomized offset that reduces the age value when exposing it to applications. But if this exists, explaining the age range has such offset and that the precise range is not shared is also helpful.
There was a problem hiding this comment.
I think it will be better to wait to hash out the details of explainer text until the portal is more finalized. Please keep in mind this is only a draft and it is not marked ready for review
ref #260