Open ryantuck opened 8 years ago
ingredients can probably get away with wider widths for including images.
steps should probably have a greater height. for description purposes.
actually, steps should also include basic images for bowl, burner, pot, cutting board, etc.
vertical vs horizontal orientation? if i'll be appending text to nodes, this would benefit from a vertical layout. users are also used to scrolling vertically, as opposed to horizontally.
should at least test this out.
mvp
currently at a decent point with this app, in that i can generate a DAG and can specify which steps are on the same 'level' as each other. manually re-ordering the steps/ingredients in the
json
allows me to create a prettier graph, with no overlapping edges between the nodes.So the question becomes - what next? What could I do to get an MVP out the door and generate 10 recipes to share with people? This definitely wouldn't consist of spending my time creating an algorithm to automatically order ingredients etc.
do
test out
and then of course stupid stuff, like make a title and link to an original article.
further improvements down the road would consist of scraping a webpage and hitting it with machine learning and natural language processing to automatically generate the visual recipe, as well as automatically generating the layout of the page.