Skip to content

USER STORY: Print a recipe #21

Description

@chris-townsend

User Story:

As a User, I would like the option to print a recipe so that I can have a paper copy

Ideas:

  • Use a print icon to represent a clickable link

Acceptance Criteria:

  • The print option should be available for all users
  • When the link is clicked, it should open up in a new tab

Useful Docs:

Create a print template for a Django site:
https://www.reddit.com/r/django/comments/3qq8m5/create_a_print_template_for_a_django_site/
Create a printable version of certain fields from a model:
https://stackoverflow.com/questions/57272688/django-how-to-add-a-print-button-to-objects-to-print-some-special-fields-of-a

Tasks:

  • Import django-admin-object-actions
  • specify a custom view method that can render any template

Metadata

Metadata

Labels

2User Story Estimate is 2 story pointscould-haveA could-have featureenhancementNew feature or request

Projects

Status
Future Features

Relationships

None yet

Development

No branches or pull requests

Issue actions