Giter Club home page Giter Club logo

apollo's Introduction

Apollo 14

This Rails application is intended to be used as an opportunity for students to measure their own learning from week 2 of module 2 of the back-end program of the Turing School of Software & Design.

Fork this repository and clone your newly created repository. At the end of one hour, push your code to your repository and create a pull request to this repository.

Be sure to read all user stories BEFORE beginning your work

Setup

  • Fork this repository
  • Clone down your forked repository
  • Perform the usual setup steps after cloning a Rails application:
    • bundle install,
    • rake db:{drop,create,migrate,seed}

Submission

When you have completed this challenge, submit by creating a Pull Request back to the turingschool-projects repo. Include the following information:

  • Your Name
  • A reflection on how you did with this challenge, including particularly fun or difficutlt parts

Requirements

  • TDD all new work; you may postpone model tests for attribute validations ONLY; any model METHODS you write must be fully tested.

Not Required

  • No form input is required or expected
  • No visual styling is required or expected

Before Starting User Stories

  • This challenge uses a many-to-many table (your migrations are already built!), be sure to check your setup carefully.
  • You will have 4 failing model tests. (Let your instructor know if you are not seeing 4 failing tests)
  • Get these 4 tests to pass before moving on to the user stories.

User Stories

User Story 1 of 4

As a visitor,
When I visit '/astronauts'
I see a list of astronauts with the following info:
- Name
- Age
- Job

(e.g. "Name: Neil Armstrong, Age: 37, Job: Commander")
User Story 2 of 4

As a visitor,
When I visit '/astronauts'
I see the average age of all astronauts.

(e.g. "Average Age: 34")
User Story 3 of 4

As a visitor,
When I visit '/astronauts'
I see a list of the space missions' in alphabetical order for each astronaut.

(e.g "Apollo 13"
     "Capricorn 4"
     "Gemini 7")
User Story 4 of 4

As a visitor,
When I visit '/astronauts'
I see the total time in space for each astronaut.
(e.g. "Name: Neil Armstrong, Age: 37, Job: Commander, Total Time in Space: 760 days")

apollo's People

Contributors

dionew1 avatar freeheeling avatar iandouglas avatar memcmahon avatar

Watchers

 avatar  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.