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

UI does not inform user of ADC's status #5

Open
MatthAlex opened this issue Jan 16, 2025 · 0 comments
Open

UI does not inform user of ADC's status #5

MatthAlex opened this issue Jan 16, 2025 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@MatthAlex
Copy link
Collaborator

Issue

Starting an experiment has three possible states:

  1. Success: Everything works, the ADC is initialized, and the graph starts printing the values
  2. Failure to prime: The ADC device is connected to the RPI, but for some reason it can't start
  3. Critical Failure: The ADC device is not connected to the RPI/Laptop

Adding to the above, the logs may offer more information on what the state is, but they are not reflected on the UI. Hence the user has to go digging to figure out what the status is.

Solutions

potentiall QoL improvements:

  • UI element (a three-colour bulb) that shows what the state is
  • Improving the INFO parts of the logger, so there is a trace of always visible information on the terminal
@MatthAlex MatthAlex added enhancement New feature or request good first issue Good for newcomers labels Jan 16, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant