From b7c65bb1568d28ff738d5f30e8078ff8f877e578 Mon Sep 17 00:00:00 2001 From: Nick Overdorff Date: Thu, 16 Feb 2023 16:15:55 -0500 Subject: [PATCH] Update action plan --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4f7e744..d89ee1a 100644 --- a/README.md +++ b/README.md @@ -13,5 +13,7 @@ Need: -check for duplicate serial numbers -option in dbtools to run a full check on the data to make sure it matches the database --this should probably run as soon as file watcher is started, and at regular intervals +-error checking and logging in dbtools: while it is not likely that errors would be received there because of other error checking, it's still necessary for possible issues. - +Next steps: +Once error handling and validation is in place the excel reader / file watcher side will be complete. Then the focus becomes the web server. Front end work needs done to have pages to display, and then the web server should be refined: 404 page, routing, following best practices, etc.