From 1759f5d1a76a21f404c8228e25d2db8d6bd79883 Mon Sep 17 00:00:00 2001 From: wbudic Date: Mon, 13 Dec 2021 00:00:49 +1100 Subject: [PATCH] Further added items. --- Current Development Check List.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) 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>> -- 2.34.1