Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Jira: Transforming the (x) icon #6264

Closed
Estigy opened this issue Apr 9, 2020 · 8 comments
Closed

Jira: Transforming the (x) icon #6264

Estigy opened this issue Apr 9, 2020 · 8 comments

Comments

@Estigy
Copy link

Estigy commented Apr 9, 2020

Hi!

Of all the icons that Jira defines, the (x) icon is the only one that gets transformed a 4-byte utf8 character that can't be stored to a regular utf8 datatable

May I suggest to use ⊠, the "squared times" sign, instead.

  • It is only a 2-byte utf8 character that can therefore correctly be stored to a utf8 database.
  • It plays nicely with the transformations of (-) and (+) which get translated to ⊟ "squared minus" and ⊞ "squared plus"

Thanks, Estigy

@tarleb
Copy link
Collaborator

tarleb commented Apr 9, 2020

How about ❌ "cross mark"? That would match well with ✓ "check mark" for (/)

@tarleb
Copy link
Collaborator

tarleb commented Apr 9, 2020

Since we are at it, maybe either of ✔ or ✅ would be a better check mark (/).

@Estigy
Copy link
Author

Estigy commented Apr 9, 2020

3-bytes characters are perfectly fine :-)

I'd suggest the following changes to the current icon transformation map:
(/) => ✔
(x) => ❌
(!) => ❗
(+) => ➕
(-) => ➖
(?) => ❓
(*) => ⭐

@tarleb
Copy link
Collaborator

tarleb commented Apr 9, 2020

I like that! ⚠ seems a bit closer to Jira's output, but I like the consistency of using "heavy …" for as many things as possible. Let's go with your suggestions.

@tarleb
Copy link
Collaborator

tarleb commented Apr 9, 2020

Do you happen to also have a suggestion for (off)? It's currently 💡, same as (on).

@Estigy
Copy link
Author

Estigy commented Apr 9, 2020

I know... I had included the "bulb off" icon in my search before posting my list but did not come up with anything usable.
(Also the colored stars don't have any meaningful replacements...)

@tarleb
Copy link
Collaborator

tarleb commented Apr 9, 2020

Maybe "power sleep symbol" ⏾ or "crescent moon" 🌙

@tarleb
Copy link
Collaborator

tarleb commented Apr 9, 2020

I went with 🌙 for now.

If star color is important, please raise another issue. We could wrap the emoji in a Span and add the color as an attribute.

@tarleb tarleb closed this as completed in c09a344 Apr 9, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants