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

Migrate AddressBook -> ModuleBook #16

Merged
merged 25 commits into from Oct 9, 2019

Conversation

CowSaysBaa
Copy link

@CowSaysBaa CowSaysBaa commented Oct 8, 2019

🔥 Major Changes 🔥

  • Rename all instances of Address/Person to Module
  • Remove unnecessary classes and functions.
  • Comment out failing tests (will need to reimplement as we proceed)

Copy link

@geshuming geshuming left a comment

Choose a reason for hiding this comment

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

Please Fix
A few major issues: (Rename person when not supposed to/Didn't rename person to module)

Won't Fix
Anything else. Whitespace problems, Storage, Parser, Tests

LICENSE Outdated Show resolved Hide resolved
docs/templates/LICENSE Outdated Show resolved Hide resolved
docs/tutorials/RemovingFields.adoc Outdated Show resolved Hide resolved
src/main/java/seedu/address/commons/core/Messages.java Outdated Show resolved Hide resolved
src/main/java/seedu/address/logic/Logic.java Outdated Show resolved Hide resolved
src/main/java/seedu/address/storage/UserPrefsStorage.java Outdated Show resolved Hide resolved
src/main/java/seedu/address/ui/HelpWindow.java Outdated Show resolved Hide resolved
@geshuming geshuming added priority.High Must do type.Story A user story labels Oct 8, 2019
@geshuming geshuming added this to the v1.2 milestone Oct 8, 2019
CowSaysBaa and others added 14 commits October 9, 2019 11:09
# Conflicts:
#	docs/UserGuide.adoc (resolved)
Resolves issues related to naming and spacing.
…into skeleton-branch

# Conflicts:
#	docs/UserGuide.adoc
#	docs/tutorials/RemovingFields.adoc
#	docs/tutorials/TracingCode.adoc
#	src/main/java/seedu/address/commons/core/Messages.java
#	src/main/java/seedu/address/logic/commands/FindCommand.java
#	src/main/java/seedu/address/model/module/UniqueModuleList.java
#	src/main/java/seedu/address/ui/HelpWindow.java
@geshuming
Copy link

The AddressBook is now completely (codebase at least) migrated to ModuleBook. Failing tests are commented out for now.

@geshuming geshuming changed the title Skeleton branch Migrate AddressBook -> ModuleBook Oct 9, 2019
@geshuming geshuming dismissed their stale review October 9, 2019 13:46

Reviewer modified the code

Copy link

@alexwxh alexwxh left a comment

Choose a reason for hiding this comment

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

mostly looks good. a few minor changes needed here and there.

src/main/java/seedu/module/model/Model.java Outdated Show resolved Hide resolved
@alexwxh alexwxh merged commit 72fcba0 into AY1920S1-CS2103T-W13-1:master Oct 9, 2019
@CowSaysBaa CowSaysBaa deleted the skeleton-branch branch October 13, 2019 07:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
priority.High Must do type.Story A user story
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants