sapcc / juno

Monorepo for the Juno microfrontend framework, microfrontend apps, design system and component library
Apache License 2.0
5 stars 3 forks source link

[doop] Move API fetch to worker and parse response into a flat list that makes it easier to build UI #457

Closed edda closed 2 weeks ago

edda commented 8 months ago

when using the full text search in doop it seems to only filter the checks but not the violations themselves. This is essentially caused by the complex data structure returned by the API. See if we can improve this by parsing the API response into a data structure that is easier for us to consume.

andypf commented 2 weeks ago

Closing this issue due to inactivity. Please reopen if you need further assistance.