tylorschafer / final_b2_prework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BEM2 Final Technical Assessment

Instructions

  • Work on this assessment independently. DO NOT discuss with anyone.
  • Fork this repository
  • Clone your fork
  • Run bundle
  • Complete the tasks below

Tasks

  1. Set up a many to many relationship between students and courses

    • Courses should have a name
    • Students should have a name
    • Students should have a grade for each course they are associated with. This grade should be a decimal number.
  2. Complete the following user stories:

User Story 1, Student Show Page
As a user,
When I visit a student show page
Then I see
- the student's name
- the name of each course the student is enrolled in
- the student's grade for each course
User Story 2, Course Show Page
As a user,
When I visit a course show page,
Then I see:
- the course's name
- each student in the course listed in order from highest grade to lowest grade

About


Languages

Language:Ruby 83.4%Language:HTML 12.7%Language:JavaScript 2.4%Language:CSS 1.5%