Project: Waddle

Waddle is a simple, no-frills travel itinerary planning CLI application catered to people who love doing everything on their keyboards.

Given below are my contributions to the project.

  • Code contributed: RepoSense link

  • Project management:
    • NIL
  • Enhancements implemented
    • Created and was involved in implementing:
      • The classes UniqueItemList, ItineraryDuration, Budget, AddItemCommand, and AddItemCommandParser
      • Storage functionality for Itinerary, and Item: JsonAdaptedItinerary and JsonAdaptedItem
    • Wrote tests for the classes Budget, DeleteItemCommand, AddItemCommand, AddCommandParser, JsonAdaptedItem, and JsonAdaptedItinerary
    • Fixed minor bugs for:
      • Invalid itinerary details
  • Documentation:
    • User Guide:
      • Command summary section
      • Introduction section
    • Developer Guide:
      • Edit an itinerary section
      • Use case for Add an item to an itinerary
  • Community:
    • Reported bugs for other teams
    • Made UG and DG suggestions for other teams
  • Tools:
    • NIL