Skip to content

Improve converters file structure #134

@jacob720

Description

@jacob720

As of #129, converters have been added to the daq-config-server. Currently, all the converters are in one file, _converters.py, and the pydantic models they convert to are in another, models.py. This isn't very scalable and as the number of converters and models increases might become unmanageable. The converters and models should be split up into separate modules based on the type of config file they are converting. See here for a suggested file structure.

Acceptance Criteria

  • File structure of converters and models is scalable and intuitive.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions