Skip to content

Commit 3460698

Browse files
committedDec 4, 2019
Updated readME
1 parent 89f1bb1 commit 3460698

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed
 

‎README.md

+23
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,29 @@ Aplications, takes notes, stores them until they are completed or until the aplc
1616

1717
v2 - aplcation uses local storage of the device to keep a record of the notes taken for more functioncal use
1818

19+
V2.1 REWORKING
20+
21+
1) re work the moudle layout of the JS -
22+
23+
controller: controlls buttons of app
24+
25+
UIControlls: controlls inputs
26+
27+
NoteApp: controlls maths
28+
29+
2) add DOMstrings to prevent unwanted bugs from change in classNames down the track
30+
31+
3) re-work the functions to be private - use of IIFE and return i.e.
32+
33+
var UIcontroller = (function(){
34+
<!-- PRIVATE -->
35+
36+
return {
37+
<!-- PUBLIC -->
38+
39+
}
40+
})()
41+
1942
v3 - additional reporting to be added, so, user may better understand there ability to fulfill tasks
2043

2144
v4 - log on system to be implimented so data can be accsessed from multiple platforms

0 commit comments

Comments
 (0)
Please sign in to comment.