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

Person to card #8

Merged
merged 55 commits into from
Mar 8, 2019
Merged

Conversation

ChangDarren
Copy link

Initiating the change from Person object in AB4 to card object. The end goal is to change the list of Persons in AB4 to a list of cards. Deck structure will not be implemented in this PR.

Not ready yet, but draft PR is called so that everyone can see and comment on how they think would be best to structure the card.

src/test/java/seedu/address/testutil/TypicalCards.java Outdated Show resolved Hide resolved
src/main/java/seedu/address/model/deck/Card.java Outdated Show resolved Hide resolved
src/main/java/seedu/address/model/deck/Card.java Outdated Show resolved Hide resolved
src/main/java/seedu/address/model/deck/Card.java Outdated Show resolved Hide resolved
src/test/java/seedu/address/model/deck/CardTest.java Outdated Show resolved Hide resolved
@ChangDarren
Copy link
Author

The checks that have not been updated are:

  • logic/commands
  • UI

@ChangDarren
Copy link
Author

Things left:

  1. Fix the System test case for Edit, Find and Delete.
  2. Replace the last remnants of AB4 (persons) to TopDeck (Card)

The UI and app is working generally, so nothing huge is broken. Yay!!

@ChangDarren ChangDarren marked this pull request as ready for review March 5, 2019 13:23
@ChangDarren
Copy link
Author

Do not merge the branch yet as there are still remnants of old code from AddressBook.

Update ParserUtil to only parse tag
@ckjohn000 ckjohn000 merged commit 57e4129 into cs2103-ay1819s2-w11-1:master Mar 8, 2019
@ChangDarren ChangDarren deleted the person-to-card branch March 12, 2019 00:38
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.

None yet

3 participants