TUI position views are broken #124

Closed
opened 2024-02-10 11:53:39 -05:00 by merenber · 2 comments
Owner

The "Get positions" and "Set positions" views are a broken due to a regression in 25994af312. The GetPositionsView and SetPositionsView need to be updated to show an empty string if a position is not set (e.g. via positions_names.get(pos, '').

See:

The "Get positions" and "Set positions" views are a broken due to a regression in 25994af3127b2ec26bcbf37ae481bdd04f580fe4. The GetPositionsView and SetPositionsView need to be updated to show an empty string if a position is not set (e.g. via `positions_names.get(pos, '')`. See: * https://git.csclub.uwaterloo.ca/public/pyceo/src/branch/master/ceo/tui/views/GetPositionsView.py#L17 * https://git.csclub.uwaterloo.ca/public/pyceo/src/branch/master/ceo/tui/views/SetPositionsView.py#L19
merenber added the
priority
very high
label 2024-02-10 11:53:39 -05:00
merenber pinned this 2024-02-10 11:53:49 -05:00
Member

Thank you for letting me know, I have pushed 3780662ba4 to resolve this issue.

Thank you for letting me know, I have pushed 3780662ba4 to resolve this issue.
Author
Owner

As mentioned in #125 (comment) - the real problem is that the dict in ceo/tui/views/position_names.py is missing the key "events-lead".

As mentioned in https://git.csclub.uwaterloo.ca/public/pyceo/pulls/125#issuecomment-14347 - the real problem is that the dict in ceo/tui/views/position_names.py is missing the key "events-lead".
merenber reopened this issue 2024-02-10 15:36:11 -05:00
n4chung unpinned this 2024-02-11 22:05:18 -05:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: public/pyceo#124
No description provided.