Alex's Project Portfolio Page
Project: Reeve
Reeve is a desktop companion application for one-on-one private tutors designed to help them better manage their students’ academic and administrative needs. The user interacts with it using a CLI, and it has a GUI created with JavaFX. It is written in Java, and has about 10 kLoC.
Given below are my contributions to the project.
- Feature added: Added the schedule feature to Reeve.
- What it does: Allows user to view classes on a timetable, rendered as a graphical user interface, either weekly or daily based on a date given.
- Justification: This feature helps tutor to plan for their schedule and lessons either for the week or day. As is gives a whole view of the lessons ahead.
- Highlights: This enhancement uses the current data and maps them to an entity that allows meaningful information to be shown. The implementation was challenging as it required integration of an external library with the current structure of the project. Care have also been given to maintain the data integrity of the current system.
- Credits: This feature uses the JFXtras library which includes , jfxtras-agenda, jfxtras-icalendarfx, jfxtras-icalendaragenda.
- Other enhancements:
- Added the
Name
andYear
fields in theStudent
class. - Updated json storage to be compatible with
Student
object. - Updated the
add
command for users to addStudent
object. This allows user to add aStudent
’s academic and admin fields.
- Added the
-
Code contribution: RepoSense link
- Project management:
- Helped to plan project base structure.
- Laid out plans for
Student
,Academic
andAdmin
.
- Documentation:
- User Guide:
- Added description for the feature
schedule
(#205). - Added a visuals and description for users to understand the application interface.
- Added description for the feature
- Developer Guide:
- Added implementation details of the
schedule
. - Updated design section for
Model
andUi
component.
- Added implementation details of the
- User Guide:
- Community: