kiln / flourish-sdk

The SDK for developing Flourish templates
Other
80 stars 16 forks source link

`flourish new` should include sample CSV files #52

Open annapowellsmith opened 5 years ago

annapowellsmith commented 5 years ago

Based on this conversation plus my own experience, it would be very helpful to include sample CSV files and show how to render them in the default template skeleton generated by flourish new.

A couple of other suggested improvements:

See also #35 (but I suggest we do this in the default).

theduncanclark commented 5 years ago

Couldn't agree more with this! I can only think of one template (photo slider) with no data tables, so seems weird to oblige all new template devs to work out how the (not very intuitive) data bindings/tables work.

Could be changed in the default or done as part of https://github.com/kiln/flourish-sdk/issues/16

I also think we should have a skeleton with flourish-layout so stuff like title, background, footer, etc, is all taken care of. See: https://github.com/kiln/flourish/issues/2044