Skip to content
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

Branch morph #14

Merged
merged 3 commits into from
Sep 19, 2020
Merged

Conversation

ruilingk
Copy link
Collaborator

Refactor Person class to Task class.
Refactor AddressBook to Tr4cker.

ruilingk and others added 3 commits September 19, 2020 18:43
All fields and variables with Person are changed to Task.
This includes comments and method signatures.
All fields and variables with AddressBook are changed to Tr4cker.
This includes comments and method signatures.
@@ -32,7 +32,7 @@
/**
* Constructs an {@code Email}.
*
* @param email A valid email address.
* @param email A valid email tr4cker.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this should be email address

Copy link

@cwenling cwenling left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Able to merge.

@cwenling cwenling merged commit 08084ee into AY2021S1-CS2103T-T10-2:master Sep 19, 2020
@cwenling cwenling added this to the v1.1 milestone Sep 20, 2020
@ruilingk ruilingk linked an issue Sep 20, 2020 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Refactor Person class to Task class
2 participants