This commit is contained in:
2018-09-18 00:15:53 +00:00
parent 71cbeff6ba
commit 3cc755f0e9
2 changed files with 8 additions and 4 deletions

View File

@@ -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
- 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

View File

@@ -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