Skip to content

Instantly share code, notes, and snippets.

@evilthreads669966
Last active November 13, 2023 18:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save evilthreads669966/222652841d5c8100299d31cf17e7c652 to your computer and use it in GitHub Desktop.
Save evilthreads669966/222652841d5c8100299d31cf17e7c652 to your computer and use it in GitHub Desktop.
Example usage of Evil Scheduling
_____ _ _ _____ _ _ _ _
| ___| (_) | / ___| | | | | | (_)
| |____ ___| | \ `--. ___| |__ ___ __| |_ _| |_ _ __ __ _
| __\ \ / / | | `--. \/ __| '_ \ / _ \/ _` | | | | | | '_ \ / _` |
| |___\ V /| | | /\__/ / (__| | | | __/ (_| | |_| | | | | | | (_| |
\____/ \_/ |_|_| \____/ \___|_| |_|\___|\__,_|\__,_|_|_|_| |_|\__, |
__/ |
|___/
Enter one of the following options:
Persons
Appointments
Add Person
Add Appointment
Delete Person
Delete Appointment
add person
New Patient Name: chris basinger
New Patient Age: 33
Enter one of the following options:
Persons
Appointments
Add Person
Add Appointment
Delete Person
Delete Appointment
persons
ID: 1
Name: chris basinger
Age: 33
Enter one of the following options:
Persons
Appointments
Add Person
Add Appointment
Delete Person
Delete Appointment
add appointment
Enter the ID of the person: 1
Enter the time and date of the appointment in this format: yyyy-MM-dd HH:mm
2023-11-15 11:30
Enter one of the following options:
Persons
Appointments
Add Person
Add Appointment
Delete Person
Delete Appointment
appointments
person ID: 1
name: chris basinger
date: 2023-11-15 11:30
Enter one of the following options:
Persons
Appointments
Add Person
Add Appointment
Delete Person
Delete Appointment
delete appointment
Enter the id of the appointment to delete
ID: 1
Enter the id of the appointment to delete
ID: cancel
Enter one of the following options:
Persons
Appointments
Add Person
Add Appointment
Delete Person
Delete Appointment
appointments
No appointments have been scheduled yet
Enter one of the following options:
Persons
Appointments
Add Person
Add Appointment
Delete Person
Delete Appointment
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment