basementdevs / twitch-better-profile

Twitch Better Profile - A new way to first interact with users on Twitch.
55 stars 14 forks source link

feature: new icons based on occupations #3

Closed DanielHe4rt closed 2 months ago

DanielHe4rt commented 2 months ago

Issue

There's a ongoing feature that will need a designer to help us. One of our goals is to make easier for people have something in common to chat about, and the basis is: your occupation.

Currently we have it hardcoded with the current occupations:

const occupations = [
    'none',
    'Student',
    'Lawyer',
    'Doctor',
    'Civil Engineer',
    'Front-end Engineer',
    'SRE Engineer',
    'Back-end Engineer',
    'Fullstack Engineer'
];

Also I would like a default icon for the ones that doesn't want to share their occupation but can be tagged as a user extension user.

Goal

Bring brand new icons to life! There's no restrictions besides not hurting Twitch TOS.

DanielHe4rt commented 2 months ago

Icons OK! @renan_vidal please start the integration task later.