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

Create Dataclass to replace message dictionary #80

Closed MRuecklCC closed 2 years ago

MRuecklCC commented 2 years ago

Currently messages are passed via the api and the worker process as dictionaries with constant values as keys. These messages can trivially be replaced with a dedicated dataclass simplifying code usage and allowing the IDE some static analysis and type hints.

AC: