Chen Shun's Project Portfolio Page
Project: Waddle
Waddle is a simple, no-frills travel planning application catered to people who love doing everything on their keyboards.
Given below are my contributions to the project.
- New Feature: Add an export to PDF command.
- What it does: This command allows users to export the itinerary they have planned into an offline PDF document.
- Justification: This feature improves the product significantly as users usually travel with other people, hence there is most likely a need to share itinerary with others. This feature allows users to have an offline PDF document to send to their travel buddies.
- Highlights: The implementation was challenging as it involved incorporating external libraries to our project, and it was necessary to look through the heavy documentation to implement this feature.
- Credits: This feature heavily relies on Apache PDFBox
-
Code contributed: RepoSense link
- Project management:
- Managed releases
Waddle v1.2
andv1.2.1
(2 releases) on GitHub
- Managed releases
- Enhancements to existing features:
- Added
Itinerary
and relevant classes (#28)Country
,People
,Description
,Date
- Implemented essential helper methods in
Itinerary
forplan
andunplan
commandsItinerary#removeItem
,Itinerary#setItem
,Itinerary#planItem
,Itinerary#unplanItem
,
- Added the calculation logic for Budget
- Edited various command’s parser to allow optional fields
- Constantly improving existing commands and fixing bugs (#77, #81, #82, #88, #89, #90, #93, #113, #126, #190, #192, #210, #234, #245,)
- Added
- Documentation:
- User Guide:
- Edited documentation for the features
- Vetted the documentation for any broken links
- Developer Guide:
- User Guide:
- Team-based tasks:
- Enabled assertion in gradle (#89)
- Created milestone v1.4
- Made use of issue tracker to create issues and assign issues
- Provided pull request reviews for teammates
- Community:
- Assisted other teams by reporting more than average number of bugs for PE Dry run
- Tools: