Skip to content

tanweichit/Beginner-EFCoreFramework

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Beginner-EFCoreFramework

  • As a doctor, I want to be able to list my slots (where item.DoctorId == {DoctorId}) and add new slot
  • As a doctor, I want to be able to add new slot
  • As a Patient I want to be able to view all doctors' available (only) slots (where item.IsReserved == false)
  • As a Patient I want to be able to book an appointment on a free slot (where item.Id == {SlotId} && item.IsReserved == false)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%