CS2103-AY1819S2-W11-3 / main

TravelBuddy is a travel log application that lets users efficiently manage their travel records. Additional features built into TravelBuddy allows them to search through the records, attach photos and view statistical models.
https://travelbuddy-cs2103.netlify.com/
MIT License
1 stars 6 forks source link

Adding a place with a valid date visited but trailing characters fails silently #156

Closed nus-se-bot closed 5 years ago

nus-se-bot commented 5 years ago

Describe the bug It seems that the parser for date visited

To Reproduce Steps to reproduce the behavior:

  1. Do command "add n/q cc/sgp r/2 a/q d/q t/q dv/01/01/2000 tt/asdd"
  2. Scroll to see this Place card
  3. The "Date" field will have value "01/01/2012 tt/asd"
  4. The graph for "Number of ... Each Year" will also be displaying things incorrectly (probably related, but might be another error)

Expected behavior Command should fail with message to user.

Screenshots image


Reported by: @epicfailname Severity: High

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