Teo Jia Wei's Project Portfolio Page
Project: Wanderlust
WanderLust is a desktop travel planner application. It allows users to plan their trips in a structured and efficient manner. The user interacts with it using a CLI, and it has a GUI created with JavaFX. It is written in Java, and has about 18 kLOC.
Summary of Contributions
-
Code contributed: RepoSense
- Major Enhancement:
- Implemented sort feature #158, #265, #270
- What it does: Allow users to sort
activity/ accommodation/ friend
based on their desired view. (Etc. Sort activity by cost) -
Justifications: As our target users are travel goers, they would likely want to view a sorted list of activities/ accommodation/ friend that is neat and easy to analyse. For example, a user may want to sort its activities by date so that he/she will know the list of events that will be happening in chronological order. This enhancement improved the product significantly as users will have a convenient way to view their desired order of items.
- Highlights:
- This enhancement transcends across all 4 components of Wanderlust:
Ui
,Logic
,Model
andStorage
. - This enhancement is highly coupled with the edit/delete features as these two features make use of the index of a
travelplanobject
. - For example, when a user sort his activities, the activity list in the
Model
will be updated. In order to use the index reflected in theUi
on the new activity, the corresponding activity list inStorage
must be updated and synced with the sorted ordered list reflected in theUi
.
- This enhancement transcends across all 4 components of Wanderlust:
- What it does: Allow users to sort
- Implemented navigation feature #108, #100
- What it does: Allows users to navigate to different
travelplan
orwishlist
using the Command Line input. - Justifications: Users will like to navigate to their desired
travelplan
orwishlist
so that they are able to view the content in the directory on the application and plan their travel visually. This enhancement improved the product significantly as it provides user a convenient and fast way to go to their desiredtravelplan/wishlist
, improving users’ experience.
- What it does: Allows users to navigate to different
- Implemented sort feature #158, #265, #270
- Minor Enhancement:
- Implemented Command Line Tab Management #132, #265
- What it does: Allows users to switch tabs between
activity
,accommodation
andfriend
within atravelplan
using the Command Line input.
- What it does: Allows users to switch tabs between
- Implemented feature for the Graphical User Interface: #157, #158
- What it does: GUI shows the total cost of each
travelplan
.
- What it does: GUI shows the total cost of each
- Implemented time logic #242
- What it does: Prevent users from entering invalid dates.
- Implemented Command Line Tab Management #132, #265
- Project management:
- Provide direction during weekly meetings.
- Delegate tasks weekly to team members.
- Schedule weekly meetings.
- Enhancements to existing features:
- Community:
Contribution to User Guide:
- Added documentation for the features
add
,show
andsort
(#172, #19) - Added documentation for Introduction, Table of Contents, Quickstart and Command Summary (#19)
- Refine and finalise user guide. (#293)