Huang Zhenxin's Project Portfolio Page
Introduction
This page serves to document my contributions to the project RemindMe under NUS module CS2103T in AY20/21 semester 2.
Project: RemindMe
RemindMe is a desktop application for keeping track of user events and deadlines, optimised for use via Command Line Interface(CLI) while still having the benefits of a Graphic User Interface(GUI). RemindMe allows students to always be aware of exams and events deadline as there will be reminder pop-ups and calendar for students to see! It is written in Java, and has about 17 kLOC contributed.
Summary of Contributions
- New Feature: Added the Reminder Window to show deadlines/events happening in the next 3 days
- What it does: A automatic pop-up reminder window to show the deadlines/events happening in next 3 days.
- Justification: This feature improves RemindMe as a reminder application and enhance the ability of RemindMe to inform users of the more recent/urgent deadlines/events.
- Highlights: This feature works closely with storage and analyze the date and time to provide the range of deadlines/events to be selected for display. The UI of the Reminder is designed to be attractive as well.
- New Feature: Added the ability to save modules and general events in JSON.
- What it does: Allows modules and general events to be saved locally to a JSON.
- Justifications: It is important the modules and assignment that a user adds to RemindMe is properly saved and can be referred next time RemindMe runs. The contents saved should not take too much space of the JSON file. Also, RemindMe should be able to read all the relevant information such as exams and assignments from the saved modules when starting.
- Highlights: Create Json adapted classes for Assignment and Exam to be placed in Module when storing.
- New Feature: Added the Calendar window and command to open the Calendar window.
- What it does: A calendar with a summary of deadlines/events on a particular date.
- Justifications: It is important users get to view their schedules in a more straight forward and clear way with our calendar view.
- Highlights: Attractive and clear UI of calendar for better visualization.
- New Feature: Added multi-tabs to separate Modules/Contacts/Events and provide list views for these tabs.
- What it does: Separation of the module List, contact List and event List navigated by GUI tab or with the respective CLI command.
- Justification: This feature is important to RemindMe as users might be overwhelmed and get confused by too much information if it is not separated.
- Highlights: There are two ways to switch tabs. 1. Manual switching with mouse click. 2. Automatic switching when relevant commands are entered.
- Code contributed: My code contribution to RemindMe can be found via RepoSense link
- Project management:
- Managed releases and milestones
v1.2
-v1.4
(4 releases/milestones) on GitHub
- Managed releases and milestones
- Enhancements to existing features:
- Documentation:
- User Guide:
- Developer Guide: