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

Added "addTutorial" and "addModule" commands. #18

Merged
merged 29 commits into from
Sep 27, 2019

Conversation

AhmadHatziq
Copy link

Added 2 commands into T.A.rence. Added a basic ModuleList & TutorialList into the model to support Module & Tutorial classes.

addTutorial Command:
Proper usage: addTutorial tn/TUTORIAL_NAME d/DAY w/WEEKS st/START_TIME dur/DURATION_IN_MINS

Sample usage: addTutorial tn/Lab Session d/Monday w/1,2,3,4 st/1200 dur/120

addModule Command:
Proper usage: addModule MODULE_NAME

Sample usage: addModule CS1010S

…into AY1920S1-CS2103-T14-2-master

# Conflicts:
#	src/main/java/seedu/address/model/person/Address.java
Proper usage: addTutorial tn/TUTORIAL_NAME d/DAY w/WEEKS st/START_TIME dur/DURATION_IN_MINS
Sample usage: addTutorial tn/Lab Session d/Monday w/1,2,3,4 st/1200 dur/120
Sample Usage: addTutorial tn/TUTORIAL_NAME d/TUTORIAL_DAY w/TUTORIAL_WEEKS st/START_TIME dur/TUTORIAL_DURATION
Sample command: addTutorial tn/Lab Session d/Monday w/1,2,3,4 st/1200 dur/120
@AhmadHatziq AhmadHatziq merged commit 3a928ab into AY1920S1-CS2103-T14-2:master Sep 27, 2019
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.

1 participant