We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
LCLS-specific questionnaire backend, with its dependency psdm_qs_cli, should not be part of happi.
LCLS-specific psdm_qs_cli is an included backend in happi: https://github.com/pcdshub/happi/blob/master/happi/backends/qs_db.py
We have some preliminary ways to add backends externally from happi. It's not as sophisticated as it should be for general use: https://github.com/pcdshub/happi/blob/master/happi/backends/__init__.py
As we use entrypoints for container classes and already have it as a dependency, it may make sense to go that route.
The text was updated successfully, but these errors were encountered:
I just noticed that this one is the same as #130 but much better described. Just looping it in so when this gets closed the other one can go together.
Sorry, something went wrong.
No branches or pull requests
Expected Behavior
LCLS-specific questionnaire backend, with its dependency psdm_qs_cli, should not be part of happi.
Current Behavior
LCLS-specific psdm_qs_cli is an included backend in happi: https://github.com/pcdshub/happi/blob/master/happi/backends/qs_db.py
Possible Solution
We have some preliminary ways to add backends externally from happi.
It's not as sophisticated as it should be for general use: https://github.com/pcdshub/happi/blob/master/happi/backends/__init__.py
As we use entrypoints for container classes and already have it as a dependency, it may make sense to go that route.
The text was updated successfully, but these errors were encountered: