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
If we can find a device in a checkout, we should be able to swap it out / find-replace it smoothly.
In addition, we should update this table as we make edits to the file.
Currently we find all the devices at FindTemplatePage load-time, and that list stays static.
Wire the click-action in the devices/signals table to add a row with that device pre-loaded
Look for that device, determine its type, and prime a HappiSearchWidget to only return devices of a similar class
HappiSearchWidget
Re-populate this table after one of these replacements has happened, and optionally at reasonable intervals
Comments from Ken and Zach in #198
pcds-5.7.3, atef v1.0.0
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Expected Behavior
If we can find a device in a checkout, we should be able to swap it out / find-replace it smoothly.
In addition, we should update this table as we make edits to the file.
Current Behavior
Currently we find all the devices at FindTemplatePage load-time, and that list stays static.
Possible Solution
Wire the click-action in the devices/signals table to add a row with that device pre-loaded
Look for that device, determine its type, and prime a
HappiSearchWidget
to only return devices of a similar classRe-populate this table after one of these replacements has happened, and optionally at reasonable intervals
Context
Comments from Ken and Zach in #198
Your Environment
pcds-5.7.3, atef v1.0.0
The text was updated successfully, but these errors were encountered: