pyceo/ceo
Daniel Sun 010937ea17
continuous-integration/drone/push Build is passing Details
Add group lookup functionality (#88)
note: **I am unaware of best practices** but I tried my best to keep changes consistent with the codebase

feedback would be much appreciated

notable changes:
**new api endpoint**: `/groups/search` -- I moved searching into the api so it could be used in tui and cli, also seemed like a good idea to keep the json response as small as possible
**tui searching** -- at first I wanted to make this realtime interactable, but the work required seemed inappropriate to a feature I am assuming will only be used sparingly

Co-authored-by: Daniel Sun <dandancool@github.com>
Co-authored-by: Daniel Sun <d6sun@uwaterloo.ca>
Reviewed-on: #88
Reviewed-by: Max Erenberg <merenber@csclub.uwaterloo.ca>
Co-authored-by: Daniel Sun <d6sun@csclub.uwaterloo.ca>
Co-committed-by: Daniel Sun <d6sun@csclub.uwaterloo.ca>
2023-03-04 01:21:04 -05:00
..
cli Add group lookup functionality (#88) 2023-03-04 01:21:04 -05:00
tui Add group lookup functionality (#88) 2023-03-04 01:21:04 -05:00
StreamResponseHandler.py add skeleton for TUI 2021-09-04 23:05:19 +00:00
__init__.py add base classes for users and groups 2021-07-19 05:47:39 +00:00
__main__.py Add debian packaging (#32) 2021-10-28 20:52:19 -04:00
krb_check.py add skeleton for TUI 2021-09-04 23:05:19 +00:00
operation_strings.py Positions CLI (#11) 2021-09-08 09:32:34 -04:00
term_utils.py Add support for using number in member terms renwewal API (#77) 2022-10-07 07:58:23 -04:00
utils.py Implement TUI support for multiple users in each position (#80) 2023-01-23 02:26:13 -05:00