CS2103JAN2018-W14-B4 / main

Address Book sample application (Level 4)
https://nus-cs2103-ay1718s2.github.io/addressbook-level4/
MIT License
1 stars 4 forks source link

Multiple copies of same appointment can be added #154

Closed nus-se-pr-bot closed 6 years ago

nus-se-pr-bot commented 6 years ago
  1. addAppointment n/Oscars 2018 l/Hollywood sd/04-06-2018 st/14:00 ed/04-06-2018 et/20:00 p/1 p/5
  2. addAppointment n/Oscars 2018 l/Hollywood sd/04-06-2018 st/14:00 ed/04-06-2018 et/20:00 p/1 p/5
  3. addAppointment n/Oscars 2018 l/Hollywood sd/04-06-2018 st/14:00 ed/04-06-2018 et/20:00 p/1 p/5

capture

Assumption: there should be detection of duplicate based on appointment date and time

[original: nus-cs2103-AY1718S2/pe-round1#731]

Issue created by: @A0155428B

muruges95 commented 6 years ago

Right now we not doing checks for appointment with same time and date. In the future, we plan to do checking if there are any other appointments for any of the celebrities attending within the specified starting time and date to the ending time and date.