From ee69d375950f3413e5f166e6d15ebda1647d2609 Mon Sep 17 00:00:00 2001 From: wbudic <42565654+wbudic@users.noreply.github.com> Date: Mon, 13 May 2019 08:00:49 +1000 Subject: [PATCH] Update Current Development Check List.md --- Current Development Check List.md | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/Current Development Check List.md b/Current Development Check List.md index f5bad84..b64b60b 100644 --- a/Current Development Check List.md +++ b/Current Development Check List.md @@ -1,16 +1,18 @@ # Current Branch Development +* Bug, date validation for proper entered time, there is no 24 h. ### Checked (✔) Has been done and submitted to branch. ## Urgent -* Build login_ctrl.cgi login controler alias and password based. Where each alias creates its own database. It server side session based, that unless you logged off keeps the session 24 hr. by default. Alias is therefore to an separate database. If user doesn't know the password, can't get access. Client remote IP address is checked to be on local only network (IP pinged). -* Build config.cgi that creates database and allowes editing of configuration. Main cgi redirect or links to it not doing that job no more. +*✔ Build login_ctrl.cgi login controler alias and password based. Where each alias creates its own database. It server side session based, that unless you logged off keeps the session 24 hr. by default. Alias is therefore to an separate database. If user doesn't know the password, can't get access. Client remote IP address is checked to be on local only network (IP pinged). +* ✔ Build config.cgi that creates database and allowes editing of configuration. Main cgi redirect or links to it not doing that job no more. * ✔ Create View By Category Button -* >> Main page display, has introduced complexity that needs smoothed out. +* >> ✔ Main page display, has introduced complexity that needs smoothed out. * ✔ Implement Record Set operation renumerating id's if inserting records in the past (rowid renum.). -* Add Date Diff Selected button implementation. +* ✔ Add Date Diff Selected button implementation. ## Minor -* HTML - Align [Reset View] button in search panel, not so visible. +* ✔ HTML - Align [Reset View] button in search panel, not so visible. * ✔ Fix CSS spacing. * ✔ Add other categories. i.e. Work, Reacurring. -* Add category desciption column and page, view and editing. +* ✔ Add category desciption column and page, view and editing. + -- 2.34.1