AY2324S1-CS2113T-W11-2 / tp

0 stars 4 forks source link

Check duplicate entry #204

Closed lctxct closed 11 months ago

lctxct commented 11 months ago

Closes https://github.com/AY2324S1-CS2113T-W11-2/tp/issues/159. Yeah, I'm still not sure about this, but here are the changes...

Modifications Overall description: Make sure that tuple (date, species, name) is unique in EntryList (if possible, it would be better to change from using ArrayList to HashMap, for enforcement of unique keys).

woodenclock commented 11 months ago

Just realised, I can only test it out after merging :)

woodenclock commented 11 months ago

Upon testing, looks good