You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It might be useful to have this as its own gem so it can be used elsewhere. It should be pretty close to decoupling. Any place that invokes AccessibilityCheckResult.create! can be replaced with either the returned report or an error. File handling will likely need changed. The S3Handler module requires a FileResource, which binds it to ScholarSphere. Perhaps just handing it an S3 key, or file path would be better for decoupling?
The text was updated successfully, but these errors were encountered:
It might be useful to have this as its own gem so it can be used elsewhere. It should be pretty close to decoupling. Any place that invokes
AccessibilityCheckResult.create!
can be replaced with either the returned report or an error. File handling will likely need changed. TheS3Handler
module requires aFileResource
, which binds it to ScholarSphere. Perhaps just handing it an S3 key, or file path would be better for decoupling?The text was updated successfully, but these errors were encountered: