-
Notifications
You must be signed in to change notification settings - Fork 1
Creating a musical work
Bess Sadler edited this page May 8, 2017
·
5 revisions
rails generate hyrax:work MusicalWork
If you've checked out the day1/start branch, this has already been done.
/day1/step1/begin
- spec test for work
git reset --hard day1/step1/begin
bundle exec rake hydra:test_server
bundle exec rspec
/day1/step1/complete
- new properties for genre, composer, and composition date.
/day1/step2/begin
- feature test for work show page
/day1/step2/end
- custom presenter with spec test
/day1/step3/begin
- feature test for edit page
/day1/step3/end
- custom form and spec test
/day1/step4/begin
- feature test for search page
/day1/step4/end
- updates to CatalogController