EqualifyEverything / equalify

A web accessibility platform, managing issues by integrating with A11Y services.
https://equalify.app
Other
117 stars 21 forks source link

Handle New Scan.Equalify Reporting Schema #294

Closed bbertucc closed 8 months ago

bbertucc commented 8 months ago

Update scan.equalify message response to handle new error reporting schema. New schema:

{
jobs: [array of jobs like before], 
messages: [array of errors/messages/etc] 
} 
bbertucc commented 8 months ago

https://github.com/EqualifyEverything/equalify/commit/7c94faf62431511e39099a974a3f1841db29e288 should take care of it, depending on updates here https://github.com/EqualifyEverything/scan.equalify.app/issues/24