From 3cc755f0e9deb4eb190bd33801605d2d06da159c Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Tue, 18 Sep 2018 00:15:53 +0000 Subject: [PATCH] --- devdocs/specs/core-testing.txt | 3 ++- devdocs/todo.txt | 9 ++++++--- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/devdocs/specs/core-testing.txt b/devdocs/specs/core-testing.txt index e3d9f181..2ea81663 100644 --- a/devdocs/specs/core-testing.txt +++ b/devdocs/specs/core-testing.txt @@ -12,4 +12,5 @@ FRONT-END TODO - Integration tests that excercise the front end and ensure things appear where they are supposed to given certain tasks - Ideally it would be able to run a set of business tasks against the UI and confirm at each point like make a rando customer and then a workorder and on - - Something that we can leave running for a long period of time to verify load and no leaks \ No newline at end of file + - Something that we can leave running for a long period of time to verify load and no leaks + - MUST cause all locale keys required *anywhere* in the UI to be requested one way or another so that I get a valid list of used keys so I can winnow out the unused ones \ No newline at end of file diff --git a/devdocs/todo.txt b/devdocs/todo.txt index 61c66ed5..7b48ecc1 100644 --- a/devdocs/todo.txt +++ b/devdocs/todo.txt @@ -27,11 +27,14 @@ Once that is done then can steam ahead on the biz objects but until I have the c IMMEDIATE ITEMS: ================ - - + - Localized text - ** DEVISE a system to ensure no unused keys are brought forward to raven - --Finish test for requested key list route and ensure it's working + - CHANGE the current requested keys to instead show a mini-report with the following actionable information: + - Count of unused keys, count of used keys. + - List of keys used and second list of keys not used + - Once the above is done then finish test for requested key list route and ensure it's working + - Note that I will need to ensure all keys are exercised in testing at UI level to ensure this is valid way to detect used keys - Search and search text indexing - Add to widget tests