This commit is contained in:
@@ -6,13 +6,14 @@ Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpYXQiOiIxNTQ0NTU5NzAwIiwiZXhwIjoi
|
||||
## IMMEDIATE ITEMS
|
||||
|
||||
|
||||
WIDGET LIST
|
||||
- ORDER BY???
|
||||
- Create test for it and ensure it's working and coded fully
|
||||
|
||||
User and any other getmany LISTS - replicate from widget list when above is done
|
||||
|
||||
|
||||
INITIAL TESTING NOTES:
|
||||
- Tested on iPad (safari, chrome), Pixel (chrome), samsung chrome and samsung browser, desktop chrome, firefox browsers, android table (looks good, works but very slow, good for testing)
|
||||
- Looks essentially identical on each!!!!
|
||||
|
||||
TODO after testing on devops:
|
||||
TODO after CLIENT testing:
|
||||
- LIST
|
||||
- Overall list menu toolbar at top with following icons:
|
||||
- Add new item
|
||||
@@ -24,20 +25,17 @@ INITIAL TESTING NOTES:
|
||||
- Edit / Trash buttons in grid are too small on a phone with fat fingers
|
||||
- TWO api calls are made when list is opened, sb one only.
|
||||
- Should list or any widgets fetch data automatically on display or should they have some way of requesting it to save bandwidth? (TTM CADILLAC PROBLEM?)
|
||||
- Should the list be narrow to start and expand on demand?
|
||||
- Should the list be narrow to start and expand on demand?(TTM CADILLAC PROBLEM?)
|
||||
- Login needs to scroll higher or logo smaller on sm so that the keyboard doesn't obscure the login lines
|
||||
- Need a test user that has access to every possible role so that I can see all the roles for testing purposes
|
||||
- About page has too big of margins on each side of display
|
||||
- numeric inputs need to be set as such so that the number keyboard appears
|
||||
|
||||
- TODO: Will need currency symbol, date format, numeric format from user settings at server
|
||||
- rather than try to use local browser settings which is fraught with peril will need to be specified at server itself
|
||||
- Wherever I am currently storing time zone that's where these other settings need to be
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
- Make the copyright banner at bottom left aligned, right now it seems weird in small iPhone size when it breaks to two lines (make text smaller?)
|
||||
- Change server api page favicon to look like a SERVER version of the AyaNova logo, not the same one as the client uses [ fuck it, why? TTM!]
|
||||
- Disable google fonts for manual / docs generator:
|
||||
@@ -72,6 +70,8 @@ INITIAL TESTING NOTES:
|
||||
- broken rule display
|
||||
|
||||
|
||||
|
||||
|
||||
TODO SERVER
|
||||
- ProcessObjectKeywords improvement
|
||||
-Should just be able to pass the object to be processed to a method that will automatically find the Name field and all text fields and process it accordingly
|
||||
@@ -91,6 +91,19 @@ TODO SERVER
|
||||
- Seeding huge 500 techs doesn't break the trial license which is for 100 techs, need some tech checks all over and also up the trial license to the max possible seeded techs
|
||||
- AyaNova 7 import is NOT erasing the db before it does the import but it should be so what's up with that??
|
||||
- Also isn't it supposed to respect if there is existing data and force user to erase db first??
|
||||
- TODO: Will need currency symbol, date format, numeric format from user settings at server
|
||||
- rather than try to use local browser settings which is fraught with peril will need to be specified at server itself
|
||||
- Wherever I am currently storing time zone that's where these other settings need to be
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
- Stage 2 AFTER POSTED TEST ROUND COMPLETED
|
||||
- Error handling at client (log? display?)
|
||||
|
||||
Reference in New Issue
Block a user