CS2103-AY1819S2-T12-3 / main

MediTabs: Medicine Stock Taking Application
https://cs2103-ay1819s2-t12-3.github.io/main/
MIT License
2 stars 4 forks source link

Initial Refactoring from Addressbook to MediTabs #34

Closed jtankw3 closed 5 years ago

jtankw3 commented 5 years ago

Changed Person, Address, Phone, Email classes to Medicine, Company, Quantity, Expiry classes respectively. Changed test case data to better suit MediTabs such as using medicine names instead of person names. No change to functionality except for regex validation which was changed to suit the new fields.

UserGuide formatting changed to address Travis warnings