diff --git a/changes.md b/changes.md index 6022175..a576015 100644 --- a/changes.md +++ b/changes.md @@ -16,3 +16,8 @@ #### June 21, 2024 - Implement versioning folders to maintain access to history. + +#### June 22, 2024 + +- Code cleanup - removed unused artifacts and completed documentation. +- Implemented StorageItem class. diff --git a/v1/js/itemStore.js b/v1/js/itemStore.js index caca675..d85c9cc 100644 --- a/v1/js/itemStore.js +++ b/v1/js/itemStore.js @@ -40,6 +40,7 @@ export class ItemStore { let id = Date.now(); return id; } + /******************************************************************** * Finds item by id. *******************************************************************/ diff --git a/v2/index.html b/v2/index.html index dbd0477..6f7ab76 100644 --- a/v2/index.html +++ b/v2/index.html @@ -19,6 +19,10 @@
+