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

DB structure #11

Closed
ahmadmnaa opened this issue Sep 23, 2022 · 0 comments
Closed

DB structure #11

ahmadmnaa opened this issue Sep 23, 2022 · 0 comments
Assignees
Milestone

Comments

@ahmadmnaa
Copy link
Collaborator

Aleen DB:

  • Clients - id -> client details

    • Full name
    • Email
    • Mobile num
    • Birthday
    • General Notes
    • Profile image
    • Metadata
      • Discount
      • Trust
  • Clients appointments:

    • All appointments
      • List of full appointment
    • Details of visits/dismissed/cancelled/no show
  • Appointment

    • ID
    • Status
    • Client name
    • Client ID
    • Client phone
    • Appointment date, start time, duration
      • Services
    • Notes
    • Creation date
    • Total $
    • Payment status
    • Booked by (client or business)
  • Service

    • ID
    • Name
    • Price
    • Duration
    • Color
    • Description
    • List of images
    • Notes
    • Permissions
      • Can be booked by user
  • Appointments

    • List of all appointments
  • Services

    • List of all services
  • Settings collection

    • Document per settings category
      • Schedule management
        • Working days -
          • Opening hours per day
          • Status per day (opened/closed)
          • Break time (start -> end)
          • Notes
        • Unavailable
          • Date
          • Hours (start - end)
          • Reason
      • Business details
        • Info:
          • Name
          • Phone number
          • Email
          • Social media
          • Description
          • Location
        • Images
          • Logo
          • Cover
          • Workplace photos
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant