crex424 / EasyAppointmentManager

A website to keep track and manage appointments of varying types such as Dentist, Doctor, and Neurologist appointments.
1 stars 1 forks source link

Added code to populate TimeSlot data for doctors with status Available #64

Closed TungKimProgrammer closed 1 year ago

TungKimProgrammer commented 1 year ago

Created DatabaseSeeder class with SeedData() method to automatically populate TimeSlots of all doctors with 1-hour blocks from 8:00 10 16:00 with TimeSlotStatus "Available".

Works perfectly on my end. Please check it out and merge it if you think it's good enough.

Thank you very much!

Closes #63