Skip to content

PCDM Modeling

Thomas Johnson edited this page May 7, 2017 · 30 revisions

PCDM Modeling

Setup

Ensure the following runs green:

git checkout day1/pcdm/start
bundle
bundle exec rspec

New Requirement: Cover Subjects

The product owner has prioritized the following story from the backlog:

As a researcher, I need to find sheet music works for a project investigating their cover images. I want to be able to facet materials by the subjects depicted on their cover.

Early in the next sprint, we write a feature test and come up with a demo implementation that we think minimally addresses the requirements.

git checkout day1/pcdm/step1-feature_test
bundle exec rspec

Group Exercise: Make the feature test pass

Pre-written tests for this exercise are in [day1/pcdm/step1-tests](https://github.com/RepoCamp/ahc/tree/day1/pcdm/step1-tests)

What We Learn About Covers

PCDM

Clone this wiki locally