Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 1.16 KB

File metadata and controls

35 lines (23 loc) · 1.16 KB

Postgres Workshop

Prerequisites

Run

Start Docker Desktop

Run the following command in your terminal:

docker compose up --build

Access

Workshop

You have been hired by a superhero organization to create reports on their team's performance. Their superheroes have all taken an assessment, and now we have a database with their results. Here are your objectives.

  1. Get Best and Worst Questions by Category
  2. Get the top Weapon, Vehicle and Suit used
  3. Search one year goals
  4. Extra credit - Find the top performing superhero
  5. Extra credit - Add a bar graph of average Planning, Teamwork, Gadgets scores
  6. Extra credit - Add a dropdown to filter by superhero, so this report is individual rather than average results
  7. Extra credit - Add a line under each goal with the name of the superhero who had that goal

Hero Assessment Form