-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
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
Labels
No labels