You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a feature I want to implement in both the creation and updating view for recipes.
The ingredients and instructions are both arrays, so this could be mouse-event handlers that on drag takes the step/ingredient out of the array, and onDrop, adds it back to the array in a new position.
The steps/ingredients may need to be stored or rendered in a different way. First, Key Value pairs (dictionary) may be better suited for writing a method to re-order the steps/ingredients.
The text was updated successfully, but these errors were encountered:
Main Issue
This is a feature I want to implement in both the creation and updating view for recipes.
The ingredients and instructions are both arrays, so this could be mouse-event handlers that on drag takes the step/ingredient out of the array, and onDrop, adds it back to the array in a new position.
The steps/ingredients may need to be stored or rendered in a different way. First, Key Value pairs (dictionary) may be better suited for writing a method to re-order the steps/ingredients.
The text was updated successfully, but these errors were encountered: