Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated readME #2

Merged
merged 1 commit into from
Dec 16, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 23 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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(){
<!-- PRIVATE -->

return {
<!-- PUBLIC -->

}
})()

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