This commit is contained in:
2019-05-06 18:56:51 +00:00
parent f752ce07d8
commit 5d1f533794
2 changed files with 24 additions and 16 deletions

View File

@@ -5,9 +5,25 @@ Test protocol for latest build:
- does it update automatically
- No localization bugs
- Login as different locale users and confirm no ?? showing
- Menu
- surfaces properly given size changes
- enabled works
- displays properly under edit form or general app contexts
- Help works
- About works
- App name is AyaNova when "installed" as PWA and not "ayanova"
- Login not autocapitalize
- failed login UI?
- Clear buttons show on pw and login
- Menu options work:
- Update and save
- Delete
- Prompt works
- Navigation guard works
- Broken rules work
- Navigate via menu then press back goes back to last form properly?
- About then back to form or main inventory home etc
- Widget form
- Localization showing properly on form
- Numeric inputs show numeric keyboard on mobile
@@ -18,24 +34,12 @@ Test protocol for latest build:
- Roles: Change = AuthorizationRoles.BizAdminFull | AuthorizationRoles.InventoryFull, EditOwn = AuthorizationRoles.TechFull, ReadFullRecord = AuthorizationRoles.BizAdminLimited | AuthorizationRoles.InventoryLimited
- 401 redirect to login
- 403 should redirect to prior form (no rights SubContractorLimited)
- Menu options work:
- Update and save
- Delete
- Prompt works
- Navigation guard works
- Broken rules work
- Navigate via menu then press back goes back to last form properly?
- About then back to form or main inventory home etc
- App name is AyaNova when "installed" as PWA and not "ayanova"
- Menu
- surfaces properly given size changes
- enabled works
- displays properly under edit form or general app contexts
- Help works
- About works

View File

@@ -4,7 +4,11 @@ NEXT UP: Build, deploy and test all this block with all devices / browsers, see
TODO:
- Delete works but triggers navigation guard when it attempts to navigate away after deletion automatically
- About form when you go to log doesn't update the title bar showing log, still seems to say about ayanova
- TechFull user should be edit own but can't navigate to inventory form to test when not going directly from a link ?!
- Same issue with BizAdminLimited and read only, can't go to inventory at all to view list
- rights must be set for only full access to even view the inventory page.
- About page - should show currently logged in user name, doesn't actually show anywhere right now
### RETEST ALL DEVICES WHEN GET TO HERE #####