Commit Graph

32 Commits

Author SHA1 Message Date
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
f23f60e540 ++ Open Web Analytics
https://test.freeplanet.app/owa
2019-03-16 23:47:13 +01:00
Paolo Arena
8dc26269cd add some env 2019-03-15 02:01:03 +01:00
Paolo Arena
41642853d1 Insert Carosel (3 images to the HomePage) 2019-03-14 01:24:59 +01:00
Paolo Arena
9376b397d7 fix fields login 2019-03-13 13:40:17 +01:00
Paolo Arena
bb3be0ec16 - Converting all to Typescript
- Installing 1.0.0.beta Quasar Upgrade
   - (Part 1 - Upgrade Components)
2019-03-11 19:16:39 +01:00
Paolo Arena
58967a1650 HomePage FreePlanet: Italian description 2019-03-09 02:56:02 +01:00
Paolo Arena
cb7868c6db HomePage Description Project 2019-03-08 02:04:56 +01:00
Paolo Arena
41edd96c8c fix "Todo Completati"
statics instead of assets
2019-03-05 23:44:48 +01:00
Paolo Arena
0181708fc9 - Update Menu User Account: Login/SignUp 2019-03-04 20:29:30 +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
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
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
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 Arena
2515bb598e - fix: starting the app it doesn't loaded the SingleTodo correctly...
the problem was:
  import { SingleTodo } from '@components'  // doesn't work:
  Resolve  :
  import { SingleTodo } from '../../SingleTodo'  // correct!
2019-01-30 01:05:31 +01:00
Paolo Arena
ce9f901b0a - todo: design: flexbox, dragging, icons, priority. 2019-01-16 02:26:43 +01:00
Paolo Arena
f715aab9d5 - created logo FreePlanet in SVG animation ! 2019-01-08 01:22:09 +01:00
Paolo Arena
802f34a893 - Fix: setlang
- Completed work: page '/vref' (Verify registration) OK
2019-01-02 01:58:47 +01:00
Paolo Arena
7a217c3ca9 .env.production file eliminated ! (-> .env)
.env.production worked in local
added myconfig
messagepopup working (but not ready yet)
added Graphql (only module)
2018-12-26 21:02:16 +01:00
paolo
bd832d3f92 Setting MultiLanguage using Typescript : adding i18n.d.ts for the compiler 2018-12-22 18:42:00 +01:00
paolo
45be1e02c5 Sistemato menu laterale... getters, state.... 2018-11-26 00:53:05 +01:00
paolo
794e7088e7 Ancora sistemazioni Typescript... getters, mutations, actions... "@" alias. 2018-11-17 20:32:28 +01:00
paolo
7c49a97217 Ancora sistemazioni con typescript.... 2018-11-15 19:48:37 +01:00
paolo
0e383f3493 Typescript Terminato! Funziona! 2018-11-11 19:27:04 +01:00
paolo
6522a88eb7 corretto altro ts...
ora manca ancora il vuelidate
2018-11-08 01:09:33 +01:00