Skip to content

Instantly share code, notes, and snippets.

Rails Engine Peer Review

Instructions

  1. Create a new gist. This is where you'll complete your peer evaluation and eventually share with your partner.
  2. Follow the instructions in the "Peer Review" section on the Rails Engine project page. Record your answers to each question in your gist.
  3. Score your partner's project using the Project Rubric. Record it in your gist.
  4. Share your gist with your partner and go through it with them, either in person or via Slack call.

Partners

Setup

Create a branch off of your Sweater Weather project called final_assessment. As you work, you should commit to this branch every 15 minutes

Assignment

You will build an endpoint that will retrieve food and forecast information for a destination city.

Your endpoint should follow this format:

Part 1: Solo Research (10 minutes)

Research the following questions:

  1. What is Abstraction?
  2. What is Encapsulation?

Part 2: Group Chart Paper (20 minutes)

As a group, create a chart paper with the following:

BE Mod 2 Repeat Intermission Work

For your Intermission work for this upcoming repeat of Mod 2, we expect that you do #1, #4 and #5 of the Required Intermission Work below. Yes, it is the same thing that you had done at the beginning of this past mod, but we believe it would be good practice for you to work on SQL and the Task Manager one more time. When you're done with the required intermission work, follow submission in the link below.

Required Intermission Work

Below are some optional practices for you, broken up by what they are reviewing:

Video Lessons to review

Submission

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

  • Your Name
  • A reflection on how you felt you did with this challenge and what story you got through

Requirements

  • TDD all new work; any model METHODS you write must be fully tested.

BEM2 Final Technical Assessment

Description

Seattle Grace is based off of Grey’s Anatomy, but you need NO knowledge of Grey’s Anatomy to complete this final. Hospitals have many Doctors, Doctors work for just one hospital. Doctors can have many patients, and patients can have many doctors.Make sure to read all instructions and user stories before getting started. ​

Database Information

  • Hospitals have a name
  • Doctors have a name, specialty, and university that they attended
  • Patients have a name and age

Submission

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

  • Your Name
  • A reflection on how you felt you did with this challenge and what story you got through

Requirements

  • TDD all new work; any model METHODS you write must be fully tested.

Overview

We are creating an application to track movies. We have studios, which have movies, and movies have several actors, and actors can be in several movies.

  • Studios have a name and location
  • Movies have a title, creation year, and genre
  • Actors have a name and age

You will need to create all the migrations.

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