Closed escowles closed 9 years ago
This seems like business logic more than modeling. As such does it belong in hydra-works? I'm not against it being here, I'm just making sure we're considering it thoughtfully.
@jcoyne I think the reasoning for moving this down to hydra-works is to have all of the core functionality here (generating derivatives, creating versions, checking for viruses, etc.) so you don't have to use curation_concerns to get that functionality.
Yes, I now see that derivatives are here, so it probably belongs with that.
Should there be something added to the Readme saying "Add clamav to your gemfile to enable virus checking"?
Close projecthydra-labs/curation_concerns#37 and move this part of CurationConcern's README here when this goes through.
@escowles Do you want to include the README change that @jpstroop suggests in this PR, or attach that to part 2?
:+1:
@mjgiarlo I'll add the README update to this PR -- and then part 2 will be updating curation_concerns to use this virus check instead of its own
Actually, it's even more than that; virus check is also in CurationConcerns :cry: , so that should be removed. I'll update projecthydra-labs/curation_concerns#37
Doh!
@escowles OK. I'll merge this PR as soon as you tweak the README. (I won't bother waiting on travis for a README change -- we already know the suite passes.) Ping me when that's ready.
Addresses #94 (part 1 of 2)