Paolo Arena
ad99211571
Lista Doni Navi
2020-03-21 10:33:11 +01:00
Paolo Arena
7f5076d8f2
Calendar, Events
2019-07-10 11:37:00 +02:00
Paolo Arena
71ee9f6ae3
Directory Config for other project
2019-05-02 16:58:36 +02:00
Paolo Arena
d924509d4f
updated config file environment
2019-05-01 11:53:12 +02:00
Paolo Arena
2ba3cd6b3f
Move Project
2019-04-27 20:12:41 +02:00
Paolo Arena
38b3405664
- added fields: longdescr, hoursworked, hoursplanned
2019-03-30 02:57:40 +01:00
Paolo Arena
de117d55e6
++ Added "Projects" (step 1b)
2019-03-28 12:58:34 +01:00
Paolo Arena
eda9a8514f
- starting project list...
...
- ordering some functions
- fix error TS2339
quasar.extensions.json was the problem !
inside had:
{
"@quasar/typescript": {
"webpack": "plugin",
"rename": true
}
}
2019-03-21 20:43:15 +01:00
Paolo Arena
6ac8612717
fix Workbox cache
2019-03-17 02:47:22 +01:00
Paolo Arena
43a568bce7
++ Open Web Analytics
...
https://test.freeplanet.app/owa
2019-03-17 02:09:10 +01:00
Paolo Arena
f23f60e540
++ Open Web Analytics
...
https://test.freeplanet.app/owa
2019-03-16 23:47:13 +01:00
Paolo Arena
41edd96c8c
fix "Todo Completati"
...
statics instead of assets
2019-03-05 23:44:48 +01:00
Paolo Arena
fa17de24f0
- Update the way to use the data records on Vuex with Getters!
...
- Fix: mongodb call passing array todos and categiroes already splitted
2019-02-27 02:58:41 +01:00
Paolo Arena
0e98ac1eaa
Show Button, when Upgrade Version is available ! (check from the server, the version number
...
- for debug: added led button to see when is calling the server and the IndexedDb.
2019-02-22 10:23:00 +01:00
Paolo Arena
ea18c4e5b9
- Fix: choose language : added flags
2019-02-16 02:01:17 +01:00
Paolo Arena
cd0ec40441
Corrected some logic problems...
...
4 storing:
- Array in Memory Global state.todos
- Array temporary filtered arr_todos
- IndexedDb
- Database
2019-02-15 01:25:44 +01:00
Paolo Arena
6931d57005
Fix: Todo Multi refresh ...
...
fix some promises problem
2019-02-14 18:38:23 +01:00
Paolo Arena
e8d2d49829
fix: WebPush Notification
2019-02-13 18:48:30 +01:00
Paolo Arena
06635c87d4
- Created Test Environment un Server test.freeplanet.app
...
- mongodb open 2 connections port (3000 and 3001) - 27017 and 27018
2019-02-13 01:51:59 +01:00
Paolo Arena
259e2dc4e2
++ If press DELETE or BACKSPACE and is blank description, delete the Todos.
...
- fix: if offline, doesn't save to cache?? if I refresh page, the data disappear
- ++ field to the percent progress
- fix: Refreshing 2 times the array todos.. because there is a filter
2019-02-12 19:09:43 +01:00
Paolo Arena
a024b78e95
- cleaned some code.
...
- routing offline
- pushNotification
2019-02-12 12:06:01 +01:00
Paolo Arena
e755ada1ff
- fix: Date problems... (it was a bad "copy" function, the object date was not valid...
...
- fix: error fetch on loading... (offline appeared)
2019-02-11 02:58:53 +01:00
Paolo Arena
4d5cea1c17
- Manage multiple login, in different browsers... Multi Token...
...
- visualization of the Connection State (Online, Offline) using fetch.
2019-02-09 18:04:49 +01:00
Paolo Arena
b65d0a2386
- creating Alternative to SyncManager
...
- fix: refreshing with FF now it works!
2019-02-08 17:10:25 +01:00
Paolo Arena
5ee0d8e171
- updated SendReq
...
- If Server Down the login msg error corrected.
2019-02-07 00:53:10 +01:00
Paolo Arena
cb941568e2
- add: createPushSubscription :
...
'Subscribed to FreePlanet.app!',
'You can now receive Notification and Messages.'
2019-02-05 18:17:36 +01:00
Paolo Arena
d8e0ff0bc3
- PUSH Notification
2019-02-05 03:39:56 +01:00
Paolo Arena
a66d83cb23
- add: perimssion and Send Notification to a Service Worker... -> and finally to the App
2019-02-04 16:47:15 +01:00
Paolo Arena
fb099322d4
- fix: check if need refresh.. part 1
...
- keytab in todo...
2019-02-04 04:17:50 +01:00
Paolo Arena
b2e760faa9
- fix: updated from Store to Component: using Watch with 'immediate' parameters! @Watch('todos_changed', { immediate: true, deep: true })
...
- fix immediate only if you need to change something very quickly... otherwise it not need.
- fix: modified become FALSE when is sent, otherwise infinite loop...
- fix: created 2 separate tables for POST and PATCH request.
2019-02-04 03:09:15 +01:00
Paolo Arena
13a4a0ba90
- fix: updated from Store to Component: using Watch with 'immediate' parameters! @Watch('todos_changed', { immediate: true, deep: true })
...
- fix immediate only if you need to change something very quickly... otherwise it not need.
- fix: modified become FALSE when is sent, otherwise infinite loop...
2019-02-03 19:28:06 +01:00
Paolo Arena
3c6b2c7bef
- Service Worker
...
- Indexdb
2019-02-02 20:13:06 +01:00
Paolo Arena
484439efe0
- Service Worker: Save on IndexDb and Sync to send after to the DB.
...
- Insert record on MongoDb, POST, GET.
2019-02-01 04:10:31 +01:00
Paolo Arena
f52eb65284
- regular expression for precache
...
new RegExp(/.*\/(?:css|font).*/),
2019-01-31 17:08:10 +01:00
Paolo Arena
fa7247a338
- Activated Workbox precache PWA !
...
importScripts('https://storage.googleapis.com/workbox-cdn/releases/3.0.0/workbox-sw.js ');
if (!workbox) {
workbox = new self.WorkboxSW();
}
if (workbox) {
workbox.core.setCacheNameDetails({prefix: "freeplanet"});
/**
* The workboxSW.precacheAndRoute() method efficiently caches and responds to
* requests for URLs in the manifest.
* See https://goo.gl/S9QRab
*/
self.__precacheManifest = [].concat(self.__precacheManifest || []);
workbox.precaching.suppressWarnings();
workbox.precaching.precacheAndRoute(self.__precacheManifest, {});
workbox.routing.registerRoute(/^http/, workbox.strategies.networkFirst(), 'GET');
}
2019-01-31 13:52:52 +01:00
paolo
ab8e4327f0
Creating GitHub project FreePlanet
2018-12-10 11:38:22 +01:00
paolo
a2673c0502
Primo Committ
2018-10-12 16:42:54 +02:00