This commit is contained in:
2020-09-29 14:56:06 +00:00
parent ee2fdbf0d0
commit ce9bd987e3
2 changed files with 6 additions and 5 deletions

View File

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

View File

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