-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Initial Refactoring from Addressbook to MediTabs #34
Initial Refactoring from Addressbook to MediTabs #34
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good job in refactoring. You have put in quite a lot of effort to ensure the refactoring does not affect the underlying architecture and structure of the program. Keep up the good work. I have rerun the build to fix the initial build errors. The builds now show pass. I will approve this PR and merge.
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