Skip to content

Move away from dictionaries to initialise DataObjectMixin classes #295

@jonnyh404

Description

@jonnyh404

Is your feature request related to a problem? Please describe.
Entering a dict isn't intuitive and should be entered by named parameters instead. We should keep initialisation by dict as a "from_dict" classmethod.

Describe the solution you'd like
Remove the dict from the DataObjectMixin init. Update all derived classes to have a named parameter for all possible keywords in the keyword mapping dicts.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions