Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

USER STORY: Create drafts #18

Closed
8 tasks done
Tracked by #27
ObiOne84 opened this issue Nov 16, 2023 · 1 comment
Closed
8 tasks done
Tracked by #27

USER STORY: Create drafts #18

ObiOne84 opened this issue Nov 16, 2023 · 1 comment
Assignees
Labels
Must Have Issue that must be implement

Comments

@ObiOne84
Copy link
Owner

ObiOne84 commented Nov 16, 2023

As an Admin I can create draft recipes so that I can finish writing the content later.


Tasks:

  • Add functionality in the admin panel to create recipes and save them as drafts
  • Install Summernote to allow text editing for cooking instruction.
  • Create RecipeIngredient class model
  • Add class method to adjust the recipe ingredients for desired servings input by the user.
  • Create Django automated test for created code.

Acceptance Criteria:

  • The admin can create a new recipe
  • The progress of the building recipe can be saved as a draft.
  • The admin receives a notification when publishing or saving a recipe.
@ObiOne84 ObiOne84 added the Must Have Issue that must be implement label Nov 16, 2023
@ObiOne84 ObiOne84 changed the title USER STORY: <TITLE> USER STORY: Create drafts Nov 16, 2023
@ObiOne84 ObiOne84 reopened this Nov 18, 2023
@ObiOne84 ObiOne84 modified the milestone: Product Backlog Nov 18, 2023
@ObiOne84
Copy link
Owner Author

Completed!

@ObiOne84 ObiOne84 self-assigned this Dec 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Must Have Issue that must be implement
Projects
Status: Done
Development

No branches or pull requests

1 participant