                               Talk Scheduler

We would like to add the following functionalities to our project.

1) There is no facility for updating a booking or lecture in the present
   implementation. To do an update, the user has to first delete the booking
   and then make a new one. We would like to add the facility to make changes
   to bookings (like change of room or time etc)
2) Some changes may be required with resepect to the slot system. The
   exact way how the slot system works in I.I.T. has to be clarified and
   some changes may be required to be made to make the implmentation more
   realistic and more user friendly.
3) We would like to fine tune the project with respect to the bookings 
   of the next semester. There is a bit of hardcoding while displaying
   the schedule for a semester, we would like to remove it and make
   it more generic, so that the semester schedule can be loaded easily
   and minimal (or no changes) to the code are required at the start of
   a new semester.
4) More rigorous testing is required, particularly for clashes, before the
   project is finally implemented.
5) Some minor facilities like removing a room from the database etc. also
   have to be added.
   
