CS2103-AY1819S2-W16-1 / main

UniLA
https://cs2103-ay1819s2-w16-1.github.io/main/
0 stars 1 forks source link

Unable to plan for more than one meeting #173

Closed nus-se-bot closed 5 years ago

nus-se-bot commented 5 years ago

Describe the bug User is not able to plan for more than one meeting

To Reproduce Steps to reproduce the behavior:

  1. Plan a meeting using command meet 1 2 3
  2. Plan another meeting using command meet 4 5 6
  3. Output of operation will result into a similar event, unable to plan the second meeting

Expected behavior Should be able plan the second meeting.

Screenshots

Screen Shot 2019-04-05 at 3 06 33 PM Screen Shot 2019-04-05 at 3 07 56 PM

Additional context Add any other context about the problem here.


Reported by: @jamessspanggg Severity: High

[original: nus-cs2103-AY1819S2/pe-dry-run#685]

yonggqiii commented 5 years ago

Changed the isSameEvent method to enforce more stricter checking, such that less events will fail the duplicate event check.