Definitely the specs are not very clear.
In phase 1 [1], rule 1.3 states:
When no picture is available in the User window, it should show the first character from the first name
and the one from the last name, both in uppercase.
Example:
Jane Green Smith will display “JG”
jane green smith will display “JG”
JANE GREEN SMITH will display “JG”
If there is only one first name, then the two first characters of this word, the first in uppercase and
the second in lowercase.:
Example:
Jane will display “Ja”.
jane will display “Ja”.
JANE will display “Ja”.
If there is no first name or last name, it should show the two first characters of the user name, the
first in uppercase and the second in lowercase.
Example:
Jane will display “Ja”.
jane will display “Ja”.
JANE will display “Ja”.
It should have a random background color based on the UUID, but the same UUID icon will always have the
same background color (i.e. if 432A3439F3GB…is randomly red, it will always be red). The top-right
user circle present in portrait mode to access the user popover should be changed also to randomize based
on UUID.
The color of the text should be black or white following the same logic/algorithm that we have in product
keymap buttons
In phase 2 [1], rule 1.3 states:
In the POS login screen,
* If ‘Alias’ is informed, the ‘Alias’ should be displayed instead of the username.
* If ‘Alias’ is not informed, the username should be displayed.
My understating is the last sentence is incorrect and it should something like: "If 'Alias' is not informed, the rules defined in Phase 1, rule 1.3 should apply". This is how it is currently implemented. Can UX team confirm?
---
[1] https://docs.google.com/document/d/1rsBupuhsj8dfW1JvdreH1MwV005iFWFwX0TSM9vffPs/edit [^]
[2] https://docs.google.com/document/d/1WYMD9MxSlfwLjXBOoT5xzurhJqEDzBxwQbwf0X1V_24/edit [^]
|