-
Notifications
You must be signed in to change notification settings - Fork 3
Update icon usage within maker table #244
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
base: develop
Are you sure you want to change the base?
Conversation
|
Mix of facts and opinions in radom order:
Let me now checkout this and test. |
I will try to resolve #103 ASAP and then ask you for merge from develop. Another issue I have is the "new" icon. I deliberately used the "recently added" label, because it makes a difference. Studios are not required to join getfursu.it. Big studios could not care at all, they are big. It's actually a favor if they join, because they are improving getfursu.it and get nothing from it. To sum up: the icon represents newly added studios, but not new studios. Thus, we need to think if it is OK to label them as "new". Obviously, they are big, so no harm done if for 6 weeks they will receive less attention, but... doesn't this deserve some kind of explanation? Or is there a way of labelling it better? Tiny issue I can ignore if you don't see this as important. After figuring out the above, I will proceed with code rev. For now: please |
Done #245. |
veelkoov
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There are some things to figure out, in the meantime I'll try to provide more feedback elsewhere.
25c9eb6 to
e24ba86
Compare
veelkoov
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for the update! This is currently available on https://beta.getfursu.it/ .
- So, I trust you feel the change from "recently added" to "new" is OK?
- Do you think making the column toggleable would be cool? It may be important for mobile. I can send a commit doing that, if you want.
Description
This PR updates how we use and display icons within the maker table.
Before:

After:

The overall goal with this PR was to remove the Legend modal. Within UI and web design, needing a Legend for something is generally an anti-pattern. It means that meaning is located separately from where it's consumed, requiring users to be confused about what something means and cross-reference it in another location. Legends can be removed by improving iconography, annotating information inline, through reinforcement learning, and other factors.
Notable Changes:
Regarding the age icons:
The reason for these changes is simple: icons demand attention. If we put an icon there, your eye will be drawn to it. We also need to consider what goal we're trying to solve for here: how will the user make use of this info, and what question of theirs does it solve? In the case of "unknown age," I don't think we're doing anything for the user there. We're saying "we don't have any data" which isn't actionable, and isn't noteworthy.
In Telegram, we discussed hedging our bets. The idea was that our data was incomplete so "unknown" could represent a minor. I think this could be true, but I don't think this should be enough reason to bring this to the user's attention (at least, not on this page):
I'm writing out my thoughts here because this was a longer conversation in Telegram already and I wanted to present my thoughts altogether.