From 34606984bf86883401dea8ca9255781111492522 Mon Sep 17 00:00:00 2001 From: Walter Bryan Date: Wed, 4 Dec 2019 15:58:24 +0000 Subject: [PATCH] Updated readME --- README.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/README.md b/README.md index 53e90ab..c44d0b5 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,29 @@ Aplications, takes notes, stores them until they are completed or until the aplc v2 - aplcation uses local storage of the device to keep a record of the notes taken for more functioncal use +V2.1 REWORKING + + 1) re work the moudle layout of the JS - + + controller: controlls buttons of app + + UIControlls: controlls inputs + + NoteApp: controlls maths + + 2) add DOMstrings to prevent unwanted bugs from change in classNames down the track + + 3) re-work the functions to be private - use of IIFE and return i.e. + + var UIcontroller = (function(){ + + + return { + + + } + })() + v3 - additional reporting to be added, so, user may better understand there ability to fulfill tasks v4 - log on system to be implimented so data can be accsessed from multiple platforms