Skip to content

In this assignment you will be tasked with building an application that will schedule rooms for use. Your application must be capable of the following things: • The ability to add and delete rooms. You should not be able to add the same room twice nor should you be able to delete a room that currently has bookings • The ability to add and delete…

nabaneeta5/Building-a-room-scheduler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Building-a-room-scheduler

It is a Google App Engine project using java In this assignment you will be tasked with building an application that will schedule rooms for use. Your application must be capable of the following things: • The ability to add and delete rooms. You should not be able to add the same room twice nor should you be able to delete a room that currently has bookings • The ability to add and delete bookings for a room. A booking can only be made if it doesn’t clash or overlap with other bookings for that room. • It should be possible to view all the bookings for a given day on a room. They should be listed in order of time. When a room is viewed there should be a facility to delete that booking

About

In this assignment you will be tasked with building an application that will schedule rooms for use. Your application must be capable of the following things: • The ability to add and delete rooms. You should not be able to add the same room twice nor should you be able to delete a room that currently has bookings • The ability to add and delete…

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages