Skip to content

Instantly share code, notes, and snippets.

Description

Seattle Grace is based off of Grey's Anatomy, but you need NO knowledge of Grey's Anatomy to complete this final. Make sure to read all instructions, tasks, and user stories before getting started.

Database Information

  • You will need to create all migrations.
  • Hospitals have many Doctors
  • Doctors work for just one hospital
  • Doctors have many surgeries
  • Surgeries can have many doctors.

BEM2 Final Technical Assessment (Retake)

Description

Field Trip is an app that allows a user to see airlines, flights, and passengers.

  • Airlines have many flights
  • flights belong to airlines
  • Flights have many passengers
  • Passengers can have many flights
  • Airlines have a name

Overview

We will be creating an application to track Professors and Students at the Hogwarts School of Witchcraft and Wizardry from the Harry Potter book series (you do not need any knowledge of Harry Potter to complete this challenge).

  • Professors have a name, age, and specialty
  • Students have a name and age
  • Professors have many students
  • Students have many professors

User Stories

Railer Coaster

Overview

We are creating an application to track the maintenance of amusement park rides and mechanics working on those rides.

  • Mechanics have a name and years of experience attributes
    • ex. name: 'Kara Smith', years_experience: 11
  • Rides have a name, thrill rating, and open (boolean) attributes
    • ex. name: 'The Hurler', thrill_rating: 7, open: false

Field Trip

Description

Field Trip is an app that allows a user to see flights and passengers.

  • Flights have many passengers
  • Passengers can have many flights
  • Flights have a number, date, time, departure city, and arrival city
    • Ex: number: “1727”, date: “08/03/20”, departure_city: “Denver”, arrival_city: “Reno” -- for this app, it does not matter how you format the flight’s date
  • Passengers have a name and age

Seattle Grace

Description

Seattle Grace is based off of Grey's Anatomy, but you need NO knowledge of Grey's Anatomy to complete this final. Make sure to read all instructions, tasks, and user stories before getting started.

Database Information

  • Doctors have many surgeries
  • Surgeries can have many doctors.

Tournament of Champions

In this assessment, students will build an application to track sporting competitions, the teams in those competitions, and the players on those teams.

  • Each competition will have a name, location, and sport
    • for example, name: 'Men's Regional', location: 'Louisville', sport: 'basketball'
  • Each team will have a hometown and a nickname
    • for example, hometown: 'Leesburg', nickname: 'Rockets'
  • Each player will have a name and age

Railer Coaster

Overview

We are creating an application to track the maintenance of amusement park rides and mechanics working on those rides.

  • Mechanics have a name and years of experience attributes
    • ex. name: 'Kara Smith', years_experience: 11
  • Rides have a name, thrill rating, and open (boolean) attributes
    • ex. name: 'The Hurler', thrill_rating: 7, open: false
title layout
Movie Tracker
page

Overview

We are creating an application to track studios, movies, and actors

User Story 1 - Chef Show Page

As a visitor
When I visit a chef's show page
Then I see the name of the chef
And I see the names and descriptions of all the chef's dishes