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

Add Academic Year to Student #23

Merged
merged 2 commits into from
Sep 22, 2020

Conversation

Whleee
Copy link

@Whleee Whleee commented Sep 21, 2020

No description provided.

Copy link

@abdurrahmanfaqihiskandar abdurrahmanfaqihiskandar left a comment

Choose a reason for hiding this comment

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

Looks good man! See what the others say about it.

public class AcademicYear {

public static final String MESSAGE_CONSTRAINTS =
"The Academic Year should only contain a number between 1 to 5.";

Choose a reason for hiding this comment

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

Isn't this supposed to be 1 to 6?

Copy link
Author

Choose a reason for hiding this comment

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

I checked the google docs and it said 1 to 5? hmm can someone confirm

Choose a reason for hiding this comment

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

Permission is hereby granted, free of charge, to any student obtaining a copy
Permission is hereby granted, free of charge, to any person obtaining a copy

Choose a reason for hiding this comment

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

You need to update to student for this file.

Choose a reason for hiding this comment

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

Ah that one is LICENSE, should stay as person

@abdurrahmanfaqihiskandar abdurrahmanfaqihiskandar linked an issue Sep 21, 2020 that may be closed by this pull request
Copy link

@sudogene sudogene left a comment

Choose a reason for hiding this comment

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

Looks good! Just that one minor documentation issue.

* Parses a {@code String academicYear} into an {@code AcademicYear}.
* Leading and trailing whitespaces will be trimmed.
*
* @throws ParseException if the given {@code email} is invalid.

Choose a reason for hiding this comment

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

@throws ParseException if the given {@code academicYear} is invalid.

@Whleee Whleee merged commit 3e0850f into AY2021S1-CS2103-F10-1:master Sep 22, 2020
@yejiadong yejiadong added this to the Add Academic Year Class milestone Sep 24, 2020
@yejiadong yejiadong added this to To do in CanoE-COACH via automation Sep 24, 2020
@abdurrahmanfaqihiskandar abdurrahmanfaqihiskandar added this to the v1.1 milestone Oct 1, 2020
@abdurrahmanfaqihiskandar abdurrahmanfaqihiskandar moved this from To do to Done in CanoE-COACH Oct 12, 2020
yejiadong pushed a commit that referenced this pull request Oct 28, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
CanoE-COACH
  
Done
Development

Successfully merging this pull request may close these issues.

Add academic year field to student properties Add Academic Year field to Student
4 participants