Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[feature] Store hardware table in directory structure with JSON #272

Open
Darin755 opened this issue Aug 12, 2024 · 0 comments · May be fixed by #271
Open

[feature] Store hardware table in directory structure with JSON #272

Darin755 opened this issue Aug 12, 2024 · 0 comments · May be fixed by #271
Labels
enhancement New feature or request

Comments

@Darin755
Copy link

Is your feature request related to a problem? Please describe.
Right now all the hardware is in a ordered dictionary that is part of hardware.py. This makes it difficult to add new devices and it doesn't scale particularly well.

Describe the solution you'd like
Ideally each hardware platform should be in its own directory with its own json. It would be structured platform/subplatform/devices.json

Additional context
This requires 2 additional imports. (json and os.listdir)

@Darin755 Darin755 added the enhancement New feature or request label Aug 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
1 participant