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
The Recipe Press has a way to add a detailed description, but there is no way to view it on the MicroLab. It would be great if there were a details modal or something.
There is no way to add introductory text to a recipe and no way to view that on the MicroLab's Recipe Details Page
The MicroLab's Recipe Details Page does have a slot for materials, but those cannot be added in the Recipe Press
These will need to be added to the Types in gui/src/microlabTypes.ts
It would also be nice to add corresponding types in Recipe Press. Note that the Recipe Press RecipeStep type will be different from the MicroLab RecipeStep type. In Recipe Press, it will also have boolean attributes like andStir which gets flattened into the array of tasks when the recipe is exported. This item can be moved to a second issue if the implementer so desires.
The text was updated successfully, but these errors were encountered:
Currently, the following incongruities exist:
The Recipe Press has a way to add a detailed description, but there is no way to view it on the MicroLab. It would be great if there were a details modal or something.
There is no way to add introductory text to a recipe and no way to view that on the MicroLab's Recipe Details Page
The MicroLab's Recipe Details Page does have a slot for materials, but those cannot be added in the Recipe Press
These will need to be added to the Types in
gui/src/microlabTypes.ts
It would also be nice to add corresponding types in Recipe Press. Note that the Recipe Press
RecipeStep
type will be different from the MicroLabRecipeStep
type. In Recipe Press, it will also have boolean attributes likeandStir
which gets flattened into the array oftasks
when the recipe is exported. This item can be moved to a second issue if the implementer so desires.The text was updated successfully, but these errors were encountered: