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 UG and fry's ppp #258

Merged
merged 1 commit into from
Nov 13, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/UserGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ The app helps students to consolidate important data, such as profiles of profes
<li> <a href="#searching-for-persons-by-role-searchrole">Search by Role</a> </li>
<li> <a href="#searching-for-persons-by-course-searchcourse">Search by Course</a> </li>
<li> <a href="#searching-for-persons-by-tutorial-searchtutorial">Search by Tutorial</a> </li>
<li> <a href="#clearing-the-person-list-clear">Clear Person List</a> </li>
<li> <a href="#exiting-the-application-exit">Exit the Application</a> </li>
</ol>
<li> <a href="#faq">Frequently Asked Questions</a> </li>
Expand Down
18 changes: 12 additions & 6 deletions docs/team/frrrrry.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,26 +22,32 @@ Given below are my contributions to the project.

##### Project management
* Created team organization, team repository, and set up repository with MarkBind and Codecov
* Created milestones (v1.1, v1.2, v1.3, v1.3b & v1.4) and assigned issues(tasks) to team members for v1.1, v1.2, v1.3, v1.3b & v1.4
* Created milestones (v1.1, v1.2, v1.3, v1.3b & v1.4)
* Added 40 issues for all milestones.
* Assigned issues(tasks) to team members for all milestones.
* Filtered out and labelled all PE-D bug reports with the labels "bug.mustFix", "bug.goodToFix", "bug.duplicate",
"bug.wontFix", "bug.notAllowedToFix", required for bug triaging and submission for v1.4.

##### Enhancements to existing features
* Add a favourite tag to a person's person card in the UI to indicate that this person is favourited by the user.

##### Bug fixes
* Fixed a bug where the ParseException is not thrown when parsing invalid contacts and courses.
* Fixed a bug where `list` caused the tutorial field of each person to show the tutorials of all the people in the user's list.
* Fixed a bug where the favourite tag is not displayed immediately after the user favourites the person.
* Fixed a bug where the favourite tag is not displayed immediately after the user favourites the person.
* Fixed a bug where invalid `add` command format does not throw an error message.

##### Documentation
* User Guide:
* For Features & Commands:
* Added section - A guide to reading each command
* Created the structure for all the existing features
* Added section - A guide to reading each command
* Added section - Clearing the person list: `clear`
* Created the structure for all the section - Features
* Formatted the heading levels and order of the sections
* Created command summary table
* Developer Guide:
* Added product scope
* Added user stories
* Edited the class diagram for Storage.
* Added implementation of the favourite feature

##### Team Tasks
* Set up team organization and repository
Expand Down
Loading