Skip to content

Commit

Permalink
Update roadmap in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
underdorff18 committed Nov 20, 2022
1 parent ef2c00e commit 5cc6a9a
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,17 @@
# Computers-Site-Backend
The backend (node and express) portion of the updated computers site

TODO: add file validation into readInventoryFile() return {} or 0 (something idk)
then in each of the watcher functions, write result of readInventoryFile to a variable, check to make sure it is
not the known bad value.

Current plan is to flesh out this system, and then move on to the refactor.
Flesh out means: make sure crud options are all available and working, add data validation options
-make sure no two items with same serial, make sure database accurately reflects files in case error happens
-make sure no two items with same serial, make sure database accurately reflects files in case there are any errors

-Added feature to update database when a file is changed
-Added validation to inventorywatcher and readInventoryFile

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


0 comments on commit 5cc6a9a

Please sign in to comment.