feat(compactRecipe) Expose amount and amountDescription in CompactRecipeDto #6
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "compact-recipe-amount"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
amountandamountDescriptionfields toCompactRecipeDtoso the frontend can pre-fill the default quantity when adding a dish to the meal planCompactRecipeProjectioninCompactRecipeDtoEntityMapper.toDto()No migration needed — both columns already exist on the
recipetable.Test plan
CompactRecipeDtoEntityMapperunit tests pass (npm test)amount/amountDescriptionon the compact recipe list response🤖 Generated with Claude Code