ClaimsCasespace
What (summary)
Make claims work with casespace
Why this is important
Claims is shaping up to be very important for us, and we need to get it working with our existing infrastructure
DoneDone
- Page.find_by_casespace(casename) works efficiently in compost (this is an ActiveRecord model level function)
- claim.pages honors casespace
- parsing claims that contain pages that DON'T yet exist creates claims_pages for them anyway, so that
- once a missing page is created (some casespace match), everything works without requiring a reparse
- All of this is well tested