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 Panel #15

Closed
3 tasks done
MoniPar opened this issue Feb 16, 2023 · 2 comments
Closed
3 tasks done

USER STORY: Admin Panel #15

MoniPar opened this issue Feb 16, 2023 · 2 comments
Labels
5 Story points Must Have Guaranteed to be delivered
Milestone

Comments

@MoniPar
Copy link
Owner

MoniPar commented Feb 16, 2023

As a business owner, I have access to the database so that I can manage customers' details and appointments.

Acceptance Criteria

  1. Admin has the facility to login to the Admin Page.
  2. Admin can view, update and delete user/customers details and appointments.
  3. Admin can approve or dismiss appointments set by the user/customer.

Tasks

  • Create superuser
  • Register models to admin site
  • Configure admin.py
@MoniPar MoniPar added 5 Story points Must Have Guaranteed to be delivered labels Feb 16, 2023
@MoniPar MoniPar added this to the Admin Panel milestone Feb 16, 2023
@MoniPar
Copy link
Owner Author

MoniPar commented Feb 26, 2023

More testing to be done on this, so far I'm having the following issues:

  • Searching by date in both Profile & Appointment Tables

@MoniPar
Copy link
Owner Author

MoniPar commented Mar 4, 2023

Found a way to search dates in admin, using this format:
yyyy-mm-dd.
It is also possible to search:
by year - yyyy
by month - mm
by date - dd
or by year and month - yyyy-mm
etc

@MoniPar MoniPar closed this as completed Mar 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
5 Story points Must Have Guaranteed to be delivered
Projects
Development

No branches or pull requests

1 participant