From: wbudic Date: Mon, 22 Feb 2021 06:32:40 +0000 (+1100) Subject: up.d X-Git-Url: https://lifelog.hopto.org/gitweb/?a=commitdiff_plain;h=42189e40283564cad02a4f3b60a4d9c51299452d;p=LifeLog.git up.d --- diff --git a/Current Development Check List.md b/Current Development Check List.md index 3e66705..f32b20d 100644 --- a/Current Development Check List.md +++ b/Current Development Check List.md @@ -4,25 +4,48 @@ ## Life Log Application Development -### v.2.2 SUN STABLE - -* Search keep in session should preserve and always set options as selection till it is ticked. - * Reset Whole View to page view, should still set the search option till it is ticked. - * Unticking Keep in Session should be honored on next browsing. - * Keyword should be stripped from, punctuations. +### New Development + +* Email selected log entries. + * Sendmail must be working, and configuration file has an jason property <>>. + * Selection on foot might need an menu instead of buttons. + + ``` JSON + <>> + ``` + +* Migration from SQLite to Server SQL script provided. + * This one will use the new config settings in main.cnf to migrate log data from and SQLite local db file. * Global view overrides. These get generated in the db if set on logon. And used instead of the normal view. - * Overrides must always show todays log entries, regardless of criteria. - * VIEW_OVERRIDE_SYSLOGS={0/1}, anon if set 1-true, will hide older than today system logs. Doesn't affect category and keywords searches/views. - * VIEW_OVERRIDE_WHERE={""/{your where clause}}, allows your own WHERE override. Doesn't affect category and keywords searches/views. - * i.e. <>>, will show only these type of log entries. - * i.e. < DATE('now','start of month', '-2 month')">>>, will show only logs from current last two months. - * i.e. <>>, same as setting <>>. +* Overrides must always show todays log entries, regardless of criteria. +* VIEW_OVERRIDE_SYSLOGS={0/1}, anon if set 1-true, will hide older than today system logs. Doesn't affect category and keywords searches/views. +* VIEW_OVERRIDE_WHERE={""/{your where clause}}, allows your own WHERE override. Doesn't affect category and keywords searches/views. + * i.e. <>>, will show only these type of log entries. + * i.e. < DATE('now','start of month', '-2 month')">>>, will show only logs from current last two months. + * i.e. <>>, same as setting <>>. * Page section plugins. * Configured in main.cnf. * Accessed via side menu to appear. * Default is to link to documentation, and about page. * Plugin behavior is to be invoked in real time on demand, utilizing in most complex scenario JSON as medium. * i.e. News or service feed, special view, file interaction. + +### v.2.2 SUN STABLE + +* Search keep in session should preserve and always set options as selection till it is ticked. + * Reset Whole View to page view, should still set the search option till it is ticked. + * Unticking Keep in Session should be honored on next browsing. + * Keyword should be stripped from, punctuations. * Deleting multiple items, RTF, should mark for vacuum on next logout. * Order by Categories added to search/view. * Search on multiple words should rank by encounter of words specified and display first. (That one is difficult)