This commit is contained in:
@@ -23,17 +23,18 @@ TODO: NEW CLIENT UPDATE ISSUES
|
||||
|
||||
TESTING:
|
||||
Test update process when logged in
|
||||
Localized text shows properly adn acts appropriate
|
||||
updates the next time it's opened anyway
|
||||
/Localized text shows properly adn acts appropriate
|
||||
/If click cancel to update prompt, doesn't update and close without logout and reopen updates the next time it's opened anyway
|
||||
not logged in
|
||||
Just updates on it's own
|
||||
/Just updates on it's own
|
||||
Test from devices on devops
|
||||
Will need a double update to accomplish this test
|
||||
This will ensure no cors issues too
|
||||
|
||||
|
||||
todo: RESET DEV MODE QUICK EVERY MINUTE CHECK TO HOURLY
|
||||
|
||||
### SMALL QUICK ITEMS #####
|
||||
todo: is notifynewcount request double sending? It seems like it appears twice at the same moment in the log
|
||||
todo: new small log, old small to medium, old medium to large
|
||||
todo: can't delete second report template
|
||||
FYI - still getting same server log error when try to delete report templates - CAN NOT DELETE more than one report template per loaded instance of servers
|
||||
|
||||
@@ -25,7 +25,7 @@ if (process.env.NODE_ENV === "production") {
|
||||
console.log("Service worker has been registered.");
|
||||
setInterval(() => {
|
||||
registration.update();
|
||||
}, 1000 * 60 * 60); // e.g. hourly checks
|
||||
}, 1000 * 60); // DEV MODE QUICK checks //1000 * 60 * 60); // e.g. hourly checks
|
||||
},
|
||||
offline() {
|
||||
console.log(
|
||||
|
||||
Reference in New Issue
Block a user