Zhen Xuan's Project Portfolio Page
Project: SWEe-book
Overview
SWEe-book is a desktop application used for contact and task management pertaining to CS2103T and CS2101 module. 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: RepoSense link
Enhancements to existing features
- Improved Ui for contact list and added Ui for task list #48
- Removed all references to pre-existing project (AB-3) #127
- Wrote tests for the internal features like Task, Group, TaskList and Date #132
New Features added
Added the ability to sort the tasks in 8 different ways. #38, #46, $50
- What it does: allows the user to sort the tasks based on their description, group, priority, and (due) date in two different orders: ascending order and descending order.
- Justification: This feature allows the user to navigate through their tasks easily, giving them a broad overview of what is important or urgent instead of having to scroll through the whole task list.
- Highlights: Reflected changes in Ui and allowed users to perform other commands like delete task while having the task list sorted, it also allows potential future commands like sorting and filtering simultaneously or sorting via multiple variables to be implemented easily.
Added the ability to add priorities to tasks. #64
- What it does: allows the user to add priorities to their tasks which includes high, medium or low priorities.
- Justification: This feature allows the user to recognise the importance of their tasks without having to read the whole task list.
- Highlights: Allowed the level of priority to change the colour of the alert in the Ui, utilising code to change the Ui based on the type of priority of the task.
Allowed date, priority and recurring frequency to be optional. #64
- What it does: allows users to add tasks without having to type date (todo task only), priority or recurring frequency.
- Justification: This feature allows the user to add tasks without the hassle of typing too many parameters by making tasks having the default priority of medium and default recurring frequency of none.
- Highlights: This enhancement allows future parameters or fields to be optional as well.
Project Management
- Merged 28 out of 79 successfully merged pull requests into the team’s repository
Documentation
User Guide
- Added documentation for
sortTasks
command - Added documentation for
priority
feature - Added screenshots for
sortTasks
andfilterTasks
command
Developer Guide
- Added documentation for
sortTasks
feature and how it links between different components: Logic, Model and Ui - Updated the screenshots to suit SWEe-book
- Added use cases
Community
- Helped to spot bugs in Practical Examinations - Dry Run (PE-D) See here