openeduhub / metalookup

Provide metadata about domains w.r.t accessibility, licencing, adds, etc.
GNU General Public License v3.0
5 stars 0 forks source link

Separate Accessibility from other features #73

Closed MRuecklCC closed 2 years ago

MRuecklCC commented 2 years ago

Currently, the accessibility feature is special, compared to all other features, because it is the only feature that queries the google-lighthouse container and hence works with its own data structures and control flow. It also may take significantly longer to compute.

This means, it might make sense to move this feature to its dedicated own REST API endpoint/path.

The other features could also be moved to their individual endpoints: Pros:

Cons:

MRuecklCC commented 2 years ago

Also related to #83