mwinb / RecipeBuilder

Virtual Rollidex For Ruby 5 Test Prescriptions Practice.
0 stars 1 forks source link

Numbered steps #8

Open ghost opened 5 years ago

ghost commented 5 years ago

Steps should be numbered (first step to last step).

ghost commented 5 years ago

Added number attribute to Step and migration. Fixed create_recipe to include step numbers with convert_steps_string.

ghost commented 5 years ago

Maybe add a feature to handle the case when a step is added to a recipe. Check the number of the last step and give the new step the next number.

ghost commented 5 years ago

Still need tests.