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 Participation class and create corresponding methods in Project #71

Merged

Conversation

T-Fang
Copy link

@T-Fang T-Fang commented Oct 4, 2020

No description provided.

@T-Fang T-Fang added this to the v1.2 milestone Oct 4, 2020
@T-Fang T-Fang added enhancement New feature or request model Backend data structure model labels Oct 4, 2020
@T-Fang T-Fang self-assigned this Oct 4, 2020
@T-Fang T-Fang linked an issue Oct 4, 2020 that may be closed by this pull request
@T-Fang T-Fang requested a review from GeNiaaz October 4, 2020 10:18
* What changes made:
* added dependencies of it in and related collections;
* added related test cases.

* **Model modification**: Update Participation class and create corresponding methods in Project. (Pull request: Pull request [\#71](https://github.com/AY2021S1-CS2103T-W10-3/tp/pull/71))
Copy link

Choose a reason for hiding this comment

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

Good contribution

Comment on lines 39 to +40
* Added documentation for basic task-related features.
* Came up with the first draft of feature list.
Copy link

Choose a reason for hiding this comment

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

Can consider linking this to your commit?

* Developer Guide:
* Wrote first draft of non-functional requirements.
* Wrote first draft of non-functional requirements. (Pull Request [\#54](https://github.com/AY2021S1-CS2103T-W10-3/tp/pull/54))

* **Community**:
* Updated `README.md` for team repository.
Copy link

Choose a reason for hiding this comment

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

Link this to your commit too? :)

Comment on lines +38 to +44
public Participation(Person person, Project project, Role role) {
this.person = person;
this.project = project;
this.role = role;
tasks = new HashSet<>();
meetings = new HashSet<>();
}
Copy link

Choose a reason for hiding this comment

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

Good implementation of the Association class, we'll see how this plays out when we build the subsequent features.

@GeNiaaz GeNiaaz merged commit 7025aa4 into AY2021S1-CS2103T-W10-3:master Oct 4, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request model Backend data structure model
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update Participation class and create corresponding methods in Project
2 participants