From fdd26b45007eace9d1baed98cf2a86e66d046514 Mon Sep 17 00:00:00 2001 From: Jamie Pilgrim Date: Mon, 21 Nov 2016 10:42:49 -0800 Subject: [PATCH] Specifics on wave requirements --- README.md | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 0705b2ae..06b3adce 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ TREK is a web application that displays deals on travel packages. You will build a single page application that will query data from an api, using AJAX, to display a list or trips and view more information on a specific trip. While viewing a specific trip, you can claim your spot by sending data back to the API. -All of this should be done without ever having to reload the page. +All of this should be done without ever having to reload the page. Meaning, it will be a single page application and will only need one html page (index.html). ## The API @@ -12,9 +12,13 @@ View the [Travel API's documentation](https://github.com/ada-c6/trip_api). ## Minimum Requirements - - **Wave 1** Click button to show all trips - - **Wave 2** Can click on trip to see more information about that trip - - **Wave 3** Within the trip show, can reserve a spot + - **Wave 1** Click button or link to show all trips + - **Wave 2** Can click on a trip, from the list of trips, to see more information about that trip + - Should be able to see id, name, destination, continent, about, category, weeks and cost + - **Wave 3** While viewing a single trip, you can reserve a spot + - Use a form to submit your name to reserve a spot on the trip you are viewing + - **Wave 4** Organize all content into HTML tags. + - Further organize your HTML by grouping content using semantic HTML tags ## Optional Enhancements @@ -22,3 +26,4 @@ View the [Travel API's documentation](https://github.com/ada-c6/trip_api). - **To practice a more advanced POST**, Setup the functionalit to create a new trip. - **For more JQuery Practice**, Use Jquery to resort list of trips by specific attributes, like budget or time remaining. - **For an extra challenge**, Have the number of spots available update on a page automatically if another user were to reserve a spot while you were viewing that trip. +