-
Notifications
You must be signed in to change notification settings - Fork 0
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
Charging Screen Improvements #172
Comments
bracyw
added a commit
that referenced
this issue
Aug 2, 2024
…set button for graphs, cell voltage comp has decimal padding for whole numbers
bracyw
added a commit
that referenced
this issue
Aug 12, 2024
bracyw
added a commit
that referenced
this issue
Aug 12, 2024
bracyw
added a commit
that referenced
this issue
Aug 12, 2024
bracyw
added a commit
that referenced
this issue
Aug 18, 2024
bracyw
added a commit
that referenced
this issue
Aug 21, 2024
bracyw
added a commit
that referenced
this issue
Aug 22, 2024
bracyw
added a commit
that referenced
this issue
Aug 23, 2024
bracyw
added a commit
that referenced
this issue
Aug 23, 2024
bracyw
added a commit
that referenced
this issue
Aug 23, 2024
bracyw
added a commit
that referenced
this issue
Sep 1, 2024
bracyw
added a commit
that referenced
this issue
Sep 14, 2024
bracyw
added a commit
that referenced
this issue
Sep 14, 2024
bracyw
added a commit
that referenced
this issue
Sep 14, 2024
bracyw
added a commit
that referenced
this issue
Sep 14, 2024
bracyw
added a commit
that referenced
this issue
Sep 14, 2024
bracyw
added a commit
that referenced
this issue
Sep 14, 2024
bracyw
added a commit
that referenced
this issue
Sep 15, 2024
bracyw
added a commit
that referenced
this issue
Sep 15, 2024
bracyw
added a commit
that referenced
this issue
Sep 16, 2024
bracyw
added a commit
that referenced
this issue
Sep 16, 2024
bracyw
added a commit
that referenced
this issue
Sep 16, 2024
bracyw
added a commit
that referenced
this issue
Sep 19, 2024
bracyw
added a commit
that referenced
this issue
Sep 19, 2024
bracyw
added a commit
that referenced
this issue
Sep 20, 2024
bracyw
added a commit
that referenced
this issue
Sep 20, 2024
bracyw
added a commit
that referenced
this issue
Sep 20, 2024
bracyw
added a commit
that referenced
this issue
Sep 20, 2024
RChandler234
added a commit
that referenced
this issue
Sep 20, 2024
…ng-screen-improvements #172 Charging Screen Improvements
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
The original charging screen MVP was merged to develop for testing and receiving feedback on. This ticket involves enhancing current UI and adding quality of life improvements to the charging screen.
improvements to be made:
re-arrange / combine status components into a visual layout resembling the below inner state representation (this can be done be using an empty circle O for not charging and a light on inside for charging:
a. Charging (control = 0)
i. Balancing or not
b. Paused charging (control = 1)
ii. Balancing or not
pack voltage and cell temp graphs should show values across the whole charging session
Fault component should be bigger, and include Sheperd faults/ specify where faults are coming from (bms or charging cart) : BMS Faults hook up info: Its this one with dataTypeName Status-Faults. Its just basically a number encoding for an enum, 0 still equals no faults.
new additions:
Acceptance Criteria
be awesome, and complete the list.
Proposed Solution
In description
Mocks
No response
The text was updated successfully, but these errors were encountered: