From 7d6978e4e47864065a203bb61d49b179071e1f99 Mon Sep 17 00:00:00 2001 From: Monica Date: Thu, 6 Oct 2016 23:48:06 -0400 Subject: [PATCH] refined navigation page and finished unit tests and user stories --- web/daasapp/templates/web/lets-grade.html | 12 ++++++------ web/daasapp/templates/web/product-details.html | 3 --- 2 files changed, 6 insertions(+), 9 deletions(-) diff --git a/web/daasapp/templates/web/lets-grade.html b/web/daasapp/templates/web/lets-grade.html index bf2b0af..cf44f7a 100644 --- a/web/daasapp/templates/web/lets-grade.html +++ b/web/daasapp/templates/web/lets-grade.html @@ -10,11 +10,10 @@

ISA Project 3 Let's Grade

  • Navigating

    - Donec id elit non mi porta gravida at eget metus. Maecenas sed diam eget risus varius blandit. - Donec id elit non mi porta gravida at eget metus. Maecenas sed diam eget risus varius blandit. - Donec id elit non mi porta gravida at eget metus. Maecenas sed diam eget risus varius blandit. - Donec id elit non mi porta gravida at eget metus. Maecenas sed diam eget risus varius blandit. - Donec id elit non mi porta gravida at eget metus. Maecenas sed diam eget risus varius blandit. +

    User Page - Click on 'User Profiles' on the home page to access user page. We currently have 200 users on the site. Find them by putting a monotically increasing user id number at the end of the url. e.g /user/64. If you request a user id above the number of fixtures we have installed, you will be redirected to a custom 404 error page.

    + Click here to take you to User Profiles. +

    Product Page - Click on 'woa, c00l dr0n35' on the home page to access product page. We currently have 200 drones on the site. Find them by putting a monotically increasing user id number at the end of the url. e.g /product-details/64. If you request a drone id above the number of fixtures we have installed, you will be redirected to a custom 404 error page.

    + Click here to take you to Product Page.

  • @@ -33,9 +32,10 @@

    User Stories

  • Unit Tests

    +

    Each number for the unit tests corresponds to the respective user story above.

    1. See code that creates user profile using UserForm.

    2. See code that inspects users and gets user attributes.

    -

    3. See code that creates drones, gets drone attributes and tests invalid drone ids.

    +

    3. See code that creates drones, gets drone attributes and tests invalid drone ids.

    4. See code that inspects biography.

    5. See code that inspects when the user signed up.

    6. See code that tests 3 most recent drones available.

    diff --git a/web/daasapp/templates/web/product-details.html b/web/daasapp/templates/web/product-details.html index 2dc608b..e36fad9 100755 --- a/web/daasapp/templates/web/product-details.html +++ b/web/daasapp/templates/web/product-details.html @@ -2,13 +2,10 @@ {% load staticfiles %} {% block title_block %} daas product details {% endblock %} {% block headtag_block %} -{{resp}} -} -} {% endblock %} {% block body_block %}