From 5b370e98f94d3318fae48fb795abfe74ec452ae5 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Tue, 15 Sep 2020 17:45:12 +0000 Subject: [PATCH] --- ayanova/devdocs/todo.txt | 15 ++------------- 1 file changed, 2 insertions(+), 13 deletions(-) diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index ed0814a5..a89b1f29 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -3,20 +3,9 @@ @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ -todo: date / time formating in report ad-hoc - Might still be able to use the built in Intl formatter since they have many options: - https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date/toLocaleTimeString - https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date/toLocaleDateString - https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date/toLocaleString - - Make copy of date and time helpers into report showing use of options to generate long and short date time, 2digit etc - Perhaps this is a situation served best by either a set of stock helpers like a LONG date helper - or maybe just user custom helpers if they want full control? - - Also as an aside there is a relative time formatter available which might be handy +todo: Also as an aside there is a relative time formatter available which might be handy https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/RelativeTimeFormat - - https://momentjs.com/docs/#/-project-status/ + TODO: Report confirmation checklist - page breaks properly EXAMPLE NEEDED