Implement TUI for positions #17

Closed
opened 2021-09-11 17:41:23 -04:00 by merenber · 0 comments
Owner

Implement the TUI for positions (get and set).
If you run python -m ceo, you'll see what the TUI looks like. Everything under members and groups has already been implemented.

When setting positions, there should be a Text field for each position, and the UI should automatically fill in those fields with the values of the current executives. You will need to make an HTTP request in a separate thread, and update the UI from that thread. See 'Add member' for an example.

Implement the TUI for positions (get and set). If you run `python -m ceo`, you'll see what the TUI looks like. Everything under members and groups has already been implemented. When setting positions, there should be a Text field for each position, and the UI should automatically fill in those fields with the values of the current executives. You will need to make an HTTP request in a separate thread, and update the UI from that thread. See 'Add member' for an example.
r345liu was assigned by merenber 2021-09-11 17:41:23 -04:00
merenber referenced this issue from a commit 2021-09-26 15:23:49 -04:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 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#17
No description provided.