Enhance user management: update CSV data, refactor UUID search function, and implement person listing and search functionalities in the TUI.

This commit is contained in:
2025-05-15 23:19:35 +02:00
parent 2662415ed5
commit 7bc938aa69
6 changed files with 320 additions and 31 deletions
+4
View File
@@ -11,4 +11,8 @@ void uartDialog(char *uart_adress, int terminal_x, int terminal_y);
void mainMenu(list_t * person_list, int terminal_x, int terminal_y);
void personListing(list_t * person_list, int terminal_x, int terminal_y);
void personSearch(list_t * person_list, int terminal_x, int terminal_y);
#endif