-
Notifications
You must be signed in to change notification settings - Fork 15
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
Improve consistency in user experience: clickable cards #637
Comments
We can take this into consideration when designing the next iteration of the card component, but that won't come into effect for quite some time. A couple ideas on how this could be addressed in the near-term:
Both those suggestions are for cases where there are 2 or more links, I would assume with 1 link the card could function as-is. Side note: personally I don't mind having a little redundancy on the card where there is a blue hyperlink and the card is also clickable. Sometimes users will need a little nudge to know that they can click on a card, and maybe the hyperlink does that. Any thoughts/ideas that you would add here @faustoperez ? |
If we use the nasa.gov card designs as a template, I agree that when designing the VEDA/USWDS card component, the entire card should be clickable 👍 |
So maybe the short answer @Jeanne-le-Roux is that if there are more than one calls to action then it's either not a card/shouldn't look like a card and/or the additional CTAs need to live somewhere else |
Clickable cards are featured throughout the GHGC website. For the most part, if there's a card, the entire card is clickable and clicking on it will redirect you to a different page.
There are some instances where clicking on a card doesn't redirect you, and and blue hyperlinked text within the card must be clicked instead:
E.g. 'Check out relevant datasets' on Data Toolkit page
In cases like this where there's a 1:1 ratio of card -> link, the text could probably just be removed from the card (and the card made clickable).
There are some other cases where 2 or more hyperlinks are featured on a card:
E.g. 'Featured Data Tools' on Data Toolkit page. Here, the L card is clickable (EMIT Methane Plume Viewer), but for the middle and R card, you are only redirected if you click on the blue hyperlinked text:
Are there some design/UI/UX suggestions for how we can make this experience more consistent across the website? Especially when a single card could have 1 to -> a few related links?
The text was updated successfully, but these errors were encountered: