From 811413e57433226106886404c2c341c13fcd7579 Mon Sep 17 00:00:00 2001 From: Collins Rop <60259239+Collins-Rop@users.noreply.github.com> Date: Thu, 25 Jul 2024 16:59:11 +0300 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 1114b66..30ff8cb 100644 --- a/README.md +++ b/README.md @@ -36,3 +36,6 @@ You can compile all these as requirements.txt You'll need to add more functionality, error handling, and security measures to make it production-ready. # Notable Accomplishments: Messages are sorted by key word matching, with high priority assigned to those that match, and normal priority assigned to the remaining messages. + +# TODO + Add a search bar to the agent portal to search for messages and customers. (To implement search functionality)