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: Admin CRUD features #28

Closed
3 tasks done
chris-townsend opened this issue Nov 10, 2022 · 0 comments
Closed
3 tasks done

USER STORY: Admin CRUD features #28

chris-townsend opened this issue Nov 10, 2022 · 0 comments
Assignees
Labels
1 User Story Estimate is 1 story point development Development Process must-have A must-have feature

Comments

@chris-townsend
Copy link
Owner

chris-townsend commented Nov 10, 2022

User Story:

As a Site admin, I can edit and delete recipes and comments so that I can control the site content

Acceptance Criteria:

  • Only a site admin can delete/edit another user's recipe
  • The comment must be reviewed before it is displayed publicly on the site
  • After selecting a recipe/comment to be removed from the database within the admin panel, it's removed from the live site.

Related User Stories:

#6 - Django Setup

Tasks:

  • Set up a superuser in Django to gain admin functionality
  • run python3 manage.py createsuperuser
    • Enter username & password of choice
  • Now login into the Django Admin page by running the command python3 manage.py runserver
    • Open a Web browser and go to “/admin/”

@chris-townsend chris-townsend added must-have A must-have feature 1 User Story Estimate is 1 story point development Development Process labels Nov 10, 2022
@chris-townsend chris-townsend self-assigned this Nov 10, 2022
This was referenced Nov 10, 2022
@chris-townsend chris-townsend moved this from Todo to In Progress in Kitchen Tales Kanban board Nov 15, 2022
Repository owner moved this from In Progress to Done in Kitchen Tales Kanban board Nov 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
1 User Story Estimate is 1 story point development Development Process must-have A must-have feature
Projects
Development

No branches or pull requests

1 participant