pyceo/ceo/tui/models
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
..
AddGroupModel.py Rewrite TUI (#52) 2022-05-22 14:09:46 -04:00
AddMemberToGroupModel.py Rewrite TUI (#52) 2022-05-22 14:09:46 -04:00
AddUserModel.py Rewrite TUI (#52) 2022-05-22 14:09:46 -04:00
ChangeLoginShellModel.py Rewrite TUI (#52) 2022-05-22 14:09:46 -04:00
CreateDatabaseModel.py Rewrite TUI (#52) 2022-05-22 14:09:46 -04:00
GetGroupModel.py Rewrite TUI (#52) 2022-05-22 14:09:46 -04:00
GetPositionsModel.py Rewrite TUI (#52) 2022-05-22 14:09:46 -04:00
GetUserModel.py Rewrite TUI (#52) 2022-05-22 14:09:46 -04:00
RemoveMemberFromGroupModel.py Rewrite TUI (#52) 2022-05-22 14:09:46 -04:00
RenewUserModel.py Rewrite TUI (#52) 2022-05-22 14:09:46 -04:00
ResetDatabasePasswordModel.py Rewrite TUI (#52) 2022-05-22 14:09:46 -04:00
ResetPasswordModel.py Rewrite TUI (#52) 2022-05-22 14:09:46 -04:00
SearchGroupModel.py Add group lookup functionality (#88) 2023-03-04 01:21:04 -05:00
SetPositionsModel.py Rewrite TUI (#52) 2022-05-22 14:09:46 -04:00
TransactionModel.py Rewrite TUI (#52) 2022-05-22 14:09:46 -04:00
WelcomeModel.py Add group lookup functionality (#88) 2023-03-04 01:21:04 -05:00
__init__.py Add group lookup functionality (#88) 2023-03-04 01:21:04 -05:00