Skip to content

Refactoring: use data class for 'movie' again #170

Closed
@StegSchreck

Description

This project uses a dict for storing and passing the 'movie' around between parsers and inserters.

In the past, this was actually a defined data class. Re-introduce the data class again. Make use of typing, e.g. Optional.

All parsers, inserters, the file impex, and logging should be able to handle an instance (or a list) of the new class instead of the dict used currently.

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions