cjolif / dojo-todo-app

Dojo ToDo App
Other
28 stars 15 forks source link

Use better dummy data items #77

Closed ccmitchellusa closed 12 years ago

ccmitchellusa commented 12 years ago

Use real Reminder data as the initial example, with emoji icons for better initial experience.

cjolif commented 12 years ago

I'm all for more realistic data and I will update for initial data that.

About emoji, except if I'm mistaken there is still quite a lot of the people (including me ;)) that will look at the demo that won't have the emoji font. That is only i/MacOS and probably Japan right now? So displaying font squares for all the other users is not so nice.

What we could certainly have is an alternate data file with the emoji for cases where we know in advance we will showcase this on a devices that supports the font. We would then just have to make sure to refer to the right data file in the config before showcasing? In the longer term when/if emoji font becomes more widespread (like automatically installed on Windows & Android) we could switch to use that alternate data by default?

ccmitchellusa commented 12 years ago

Sure, two files would be good for now. On all apple and androids emoji should appear, I think it's older desktop browsers that don't have emoji glyphs font built in

cjolif commented 12 years ago

Well Chrome 19 or FF 12 don't look that old to me. I think you are tricked because you are on MacOS ;) Anyway I'll proceed that way.

ccmitchellusa commented 12 years ago

yes, probably!

On May 25, 2012, at 6:19 AM, Christophe Jolifreply@reply.github.com wrote:

Well Chrome 19 or FF 12 don't look that old to me. I think you are tricked because you are on MacOS ;) Anyway I'll proceed that way.


Reply to this email directly or view it on GitHub: https://github.com/cjolif/dojo-todo-app/issues/77#issuecomment-5927258

cjolif commented 12 years ago

Done. Feel free to improve the data items even more if needed.