Skip to content

Commit

Permalink
Updated readme with roadmap
Browse files Browse the repository at this point in the history
  • Loading branch information
underdorff18 committed Nov 20, 2022
1 parent e61f36a commit 2825f14
Show file tree
Hide file tree
Showing 3 changed files with 1,299 additions and 2 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,11 @@
# 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

Loading

0 comments on commit 2825f14

Please sign in to comment.