Open SylvieDoumet opened 2 months ago
Hey there!
In my opinion, it would make sense to include the notes in the printout (just the notes themselves, not the associated form). If I add personal notes to a recipe (such as variations in the preparation), I would want them to be included in the printed version, especially if I plan to file it somewhere.
We have included the personal notes into the print version - here is the updated version
Value Proposition
As a user of the Homemade Remedies App,
I want to be able to print the details of a remedy recipe and my personal notes so that I can have a physical copy of the recipe without elements like buttons or forms.
Description
Acceptance Criteria
Tasks
handlePrint() {window.print();}
in the details page rendered by remedies/[id]/index.js.styles.js
file to include an@media
print rule and CSS class for hiding elements / sections during printing.<div className="no-print"/>
in the fileremedies/[id]/index.js
.