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

Update addressbook modules #86

Merged

Conversation

ji-just-ji
Copy link

Update Addressbook, ParserUtil, Model, ModelManager,
UniqueModuleList, ReadOnlyAddressBook. To manage and store
modules instead.

public static Year parseYear(String year) throws ParseException {
requireNonNull(year);
String trimmedYear = year.trim();
if (!ModuleCode.isValidModuleCode(trimmedYear)) {

Choose a reason for hiding this comment

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

Might need to change isValidModuleCode, same for below

@rocketninja7
Copy link

LGTM

@rocketninja7 rocketninja7 merged commit a7921e8 into AY2324S1-CS2103T-T13-0:master Oct 12, 2023
0 of 3 checks passed
@ji-just-ji ji-just-ji added this to the v1.2 milestone Oct 12, 2023
@rocketninja7
Copy link

#97

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.

2 participants