Yeo Jun Wei's Project Portfolio Page
Project: TutorAid
TutorAid is a desktop application used for helping tech-savvy private tutors, who have busy schedules / many students, to keep track of the details of all their students and lessons. The user interacts with it using a CLI, and it has a GUI created with JavaFX. It is written in Java.
Given below are my contributions to the project:
- Code contributed:
- My contributions to the code base can be found here.
- Enhancements implemented:
- Implemented the functionality of the
paid
andunpaid
commands for v1.2.- Relevant PR(s): #63
- Allows private tutors to set and unset payment status of their students.
- Removed from TutorAid for v1.4 due to its limited functionality.
- Set up the storage system for TutorAid to store and fetch
Lesson
objects from memory.- Relevant PR(s): #90
- Worked closely with the
Storage
andModel
components to implement storing, retrieving and handling ofLesson
objects within TutorAid. - It was quite hard to implement since there were no concrete methods implemented to modify and view lessons in TutorAid at the time. As such, I wrote extensive test cases, alongside my functional code, to make sure that the storage system worked properly.
- Implemented the functionality of the
add -l
anddel -l
commands.- Relevant PR(s): #119
- Allows private tutors to add and delete lessons with the specified lesson details.
- Implemented the functionality of the
- Contributions to the UG:
- Added documentation for the following features in the
Features
andCommand summary
sectionslist
add -l
,del -l
- Added documentation for the following features in the
- Contributions to the DG:
- Updated the documentation and class diagram for the
Storage
component underArchitecture
. - Added documentation and UML diagrams for the implementation details of
add -l
. - Contributed to the following sections:
- Target user profile, value proposition, user stories, use cases, non-functional requirements, glossary
- Updated the documentation and class diagram for the
- Contributions to team-based tasks:
- Set up the GitHub team organisation and repository.
- Set up Codecov.
- In charge of maintaining the issue tracker and milestones.
- Updated
index.md
to fit TutorAid.
- Review/mentoring contributions:
- Some examples of PRs reviewed with non-trivial review comments from me
- Contributions beyond the project team:
- Reported 11 bugs for AY2122S1-CS2103-T11-1’s application during the Practical Exam Dry Run.