The problem stated in #538.
There should be 3 different avatar placeholders:
We are using Blockies, an identicon generator. You'll need these 2 links:
You will notice, at the bottom of the JS file of the codepen linked above, there are 6 configurable options. These are:
seed - a string, that should be unique for each user. This string is what generates the image;bgcolor;color;spotcolor;size - set it to 6;scale - used 12;Colors
Each user should be assigned one of our colors (blue, orange, red or green). After that, the 3 color options should be:
bgcolor - variant 0 (darkest);color - variant 1 (medium);spotcolor- variant 2 (lightest);Here are some examples of what they look like:

For groups, we use the groups initials. We have a minimum of 1 character and a maximum of 2. Here's what they look like:

Same as for groups, but with a question mark. Here's an example:

And that's it! I hope I didn't miss anything, but let me know if you have any questions or if you find other cases / issues with this approach!
This will be an interesting technical challenge. I'll research how we can tackle the initials with SVGs/canvas and store it in conjugation with a typical image.
@sandrina-p remember that it needs to scale up to 128px (256px retina), forgot to mention that in the issue itself 馃う
Most helpful comment
@sandrina-p remember that it needs to scale up to 128px (256px retina), forgot to mention that in the issue itself 馃う