hsingh23 / deckjam

0 stars 0 forks source link

[UX Suggestion] Card visualization #3

Closed dggriffin closed 7 years ago

dggriffin commented 7 years ago

Rather than dumping the data in rows, consider visualizing the flashcards as two "cards".

hsingh23 commented 7 years ago

Interesting, rows seems compact. I'll try cards and see how it goes

On Tue, Dec 13, 2016, 11:21 AM Greyson Griffin notifications@github.com wrote:

Rather than dumping the data in rows, consider visualizing the flashcards as two "cards".

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/hsingh23/deckjam/issues/3, or mute the thread https://github.com/notifications/unsubscribe-auth/ABFXguzEXc4Rx0ZU36S0-ONmoXYkuvpUks5rHsYWgaJpZM4LL7V- .

dggriffin commented 7 years ago

You can always media query back to minimalistic rows if screen size plays poorly with a card format.

Taking inspiration from Quizlet, consider adding more references to the original source of the data (creator of the deck, number of cards/terms, etc) image

hsingh23 commented 7 years ago

The more I think about it, the more I like the idea of these cards within cards. The problem with tables is varied content length of tds wastes space and looks bad. image

hsingh23 commented 7 years ago

I like the way google photos select works in mobile. The desktop experience is not so nice. I think I'll make it a goal to get there

hsingh23 commented 7 years ago

image image

hsingh23 commented 7 years ago

I've implemented something substantial - now time to ab test