From: wbudic Date: Sun, 12 Dec 2021 13:00:49 +0000 (+1100) Subject: Further added items. X-Git-Url: https://lifelog.hopto.org/gitweb/?a=commitdiff_plain;h=1759f5d1a76a21f404c8228e25d2db8d6bd79883;p=LifeLog.git Further added items. --- diff --git a/Current Development Check List.md b/Current Development Check List.md index 396ec95..6fde31a 100644 --- a/Current Development Check List.md +++ b/Current Development Check List.md @@ -6,11 +6,15 @@ ### New Development v.2.3+ +* [ ] Module installation script should check, on main.cnf and on perl soundness and compatibility. + * Should check and display autonomes that contain expected defaults changed or disabled in configuration. i.e AUTO_LOGIN or DBI_MULTI_USER_DB + * A trouble_shoot_configuration.pl should be available to perform this, and be independently available from the main directory. * [ ] Process actions. * Configured in main.cnf, to import perl action to execute, in parallel of returning pages. * Action programable are on login, logout, row. - * Where the row action processed is pushed back to browser on each main.cgi page call, logout action is pushed back to login_ctr.cgi page. - ``` + * Where the row action processed is pushed back to browser on each main.cgi page call, logout action is pushed back to login_ctr.cgi page. + + ```html # Separate process actions to execute in parallel. <actions/reminders.pl>> <actions/log.pl>>