SSWConsulting / SSW.FireEmoji

🤖 Automate the selection of GitMojis using AI
https://fireemoji.io
8 stars 1 forks source link

✨ Add description, color, GitHub emoji and examples for gitmojis #37

Open jernejk opened 2 years ago

jernejk commented 2 years ago

Hi team,

Pain

Right now the UI does not give us the name and description of the gitmoji. Ideally, we would also want to have a usage example of a gitmoji for a better context of the emoji.

Suggested Solution

Move the predefined list of emojis into the core class library and add the information there. Optionally, it can be stored in a file but each platform can load the file differently which can make this approach impractical.

Example data:

| Property | Value | | Gitmoji | ✨| | Name | Feature | | Description | Used for new features | | GitHub emoji | : stars : | | Color | Yellow | | Example | Add logout button |

Tasks

More Information

Screenshots

image Figure: Atm, there are no names or descriptions of the gitmojis.

Thanks!