Skip to content

webdevlasse/Scheduler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Scheduler

ToDo

  • Create specialties (specialties has_one app_type, instructors have_many specialties, appts have_one specialty)
  • Create appt types (appt types have_many specialties)
  • Appt user interface
  • Allow a comment when making an appt
  • Create way to make appt by time.
  • Layout class schedule
  • In place editing
  • make it a one page app
  • Testing :)
  • User authentication
  • Change directory structure to only have one parent folder named Scheduler

Scheduler