Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Jefferson111 committed Nov 10, 2019
2 parents 9d9e022 + d08cbb1 commit 6f7e2b0
Show file tree
Hide file tree
Showing 12 changed files with 116 additions and 39 deletions.
10 changes: 7 additions & 3 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,13 @@ ifndef::env-github[]
image::images/Ui.PNG[width="600" height="400"]
endif::[]

* The project aims to build a product named Duke, a Personal Assistant Chatbot that helps a person to keep track of various things.
* It is a Java sample application intended for students learning Software Engineering while using Java as the main programming language.
* Project Duke is a **__?small?__** software project designed to take you through the steps of building a small software incrementally, while applying many Java and SE techniques along the way.
* The project aims to build a product named `SGTravel`, a Personal Assistant Travel Planning application for Singapore Tourists!
* This app has route planning, profile page, edit location and recommended itineraries feature up and running.
* The latest release, version 1.4 was completed on 11/11/2019
* The project showcases what we have learnt from our OOP and Software Engineering module and was made in the AY19/20 Semester 1 iteration of CS2113/T
* This project was originally expanded on the Duke Chatbot project.
* Project by - Daniel, Hong Chuan, Sukrut and Jefferson!
== Site Map

Expand Down
143 changes: 109 additions & 34 deletions docs/DeveloperGuide.adoc

Large diffs are not rendered by default.

2 changes: 0 additions & 2 deletions docs/UserGuide.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -598,14 +598,12 @@ Format: `routeGenerate STARTLOCATION to ENDLOCATION by CONSTRAINT`
Valid CONSTRAINT:

* `bus`
* `mrt`

image::routeGenerate1.PNG[width="400" height="200"]

Examples:

* `routeGenerate amk hub to clementi by bus`
* `routeGenerate amk hub to sungei gedong by mrt`

[TIP]
====
Expand Down
Binary file modified docs/images/SGTravel_Itinerary_class_diagram.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/SGTravel_addList_command_diagram.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/images/SGTravel_newItinerary_Command_diagram.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/images/SGTravel_routeAdd_diagram.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/images/SGTravel_routeEdit_diagram.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/images/SGTravel_routeGenerate_diagram.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/SGTravel_routeNodeNearby_diagram.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/images/Ui.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/images/routeGenerate1.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 6f7e2b0

Please sign in to comment.