AY1920S1-CS2103T-T17-2 / main

TravEzy
https://ay1920s1-cs2103t-t17-2.github.io/main/
MIT License
0 stars 5 forks source link

Add itinerary function to Travezy #23

Closed ngzhaoming closed 5 years ago

ngzhaoming commented 5 years ago

Add itinerary feature to Travezy

v1.1 Settle the basic UI

Handle the basic UI functions when the user enters the itinerary planner page. This could include, greet, prompt, help page (for the itinerary planner) and exit.

Overview of the commands implemented.

UI command Feature
greet Greet the user when they first enter the
tinerary planner.
prompt Give prompts on how the user can get
started with the itinerary planner.
help page Directs the user to a help page where
they can find different commands to
use when using the itinerary planner.
exit UI basics to exit the itinerary page.

Things to consider when implementing the itinerary planner: 1) Implement on a separate folder from the original address book before doing a pull request and merging with the original code 2) To be implemented now and work onto v1.2 of the itinerary planner


Others

Should there be any other issue, feel free to contact me through my Github

ngzhaoming commented 5 years ago

Implemented and is able to navigate to the itinerary page