GithubHelp home page GithubHelp logo

launch_1422's Introduction

Mod 3 Week 5 Assessment

Setup

  • Fork and clone this repository.
  • Open your forked repo in Visual Studio.
  • Open the Package Manager Console and run Update-Database
    • If you run into any errors, reach out to an instructor!

Exercise

Complete the following user stories:

As a User
When I visit "/golfbags"
Then I see the id, player, and capacity for all golf bags in the database
As a User
When I visit "/golfbags/2"
Then I see the Id, Player, Capacity, and Clubs that are in the golf bag specified in the route
As a User
When I visit "/golfbags"
Then I see a button next to each golf bag that says 'Delete'
As a User
When I visit "/golfbags"
And I click on a "Delete" Button
Then I am redirected to "/golfbags"
  And I can no longer see the bag that I deleted
As a User
When I visit "/golfbags/new"
Then I see a form to create a new GolfBag
  The form includes fields for Player and Capacity
As a User
When I visit "/golfbags/new"
And fill out and submit the form
Then I am redirected to the new golfbag's show page ("/golfbags/#")
As a User
When I visit "/golfbags/2/edit"
Then I see a form to create a new golf club for that bag.
As a User
When I visit "/golfbags/2/edit"
And I submit the form
Then I am redirected to "/golfbags/2"
  And I see the new club in that bag

Rubric

This assessment is work 20 points; a score of 10 is considered passing. Points are based on the following:

  • 2 points for setting up a controller class appropriately.
  • For each user story above, you could earn 2 points.

launch_1422's People

Contributors

jeremy-kimball avatar memcmahon avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.