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: TESTING:
Test update process when logged in Test update process when logged in
Localized text shows properly adn acts appropriate /Localized text shows properly adn acts appropriate
updates the next time it's opened anyway /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 not logged in
Just updates on it's own /Just updates on it's own
Test from devices on devops Test from devices on devops
Will need a double update to accomplish this test Will need a double update to accomplish this test
This will ensure no cors issues too This will ensure no cors issues too
todo: RESET DEV MODE QUICK EVERY MINUTE CHECK TO HOURLY
### SMALL QUICK ITEMS ##### ### 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: new small log, old small to medium, old medium to large
todo: can't delete second report template 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 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."); console.log("Service worker has been registered.");
setInterval(() => { setInterval(() => {
registration.update(); registration.update();
}, 1000 * 60 * 60); // e.g. hourly checks }, 1000 * 60); // DEV MODE QUICK checks //1000 * 60 * 60); // e.g. hourly checks
}, },
offline() { offline() {
console.log( console.log(