Closed dggriffin closed 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- .
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)
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.
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
I've implemented something substantial - now time to ab test
Rather than dumping the data in rows, consider visualizing the flashcards as two "cards".