Paolo Arena
ca7ee49944
- Adding map page (where is the location) #100
...
- fix menu appear Admin and Manager
2019-11-17 01:07:23 +01:00
Paolo Arena
b27f7e3cbf
- Message notify when 'Ask Info' and user is not logged
...
- Ask Info and Book show message if not logged
- TableField fixed and added some features
2019-11-04 20:29:35 +01:00
Paolo Arena
0d6312ecda
- Booking Event (with email to user and admin)
...
- Cancel Event (with email to user and admin)
- Store into mongodb
2019-10-05 20:02:25 +02:00
Paolo Arena
04f4a83d6c
Adding MailChimp Suport Newsletter component (Server Side)
2019-09-12 16:19:23 +02:00
Paolo Arena
6a92dbeca8
Creating Estimate Page
2019-07-12 18:23:16 +02:00
Paolo Arena
7f5076d8f2
Calendar, Events
2019-07-10 11:37:00 +02:00
Paolo Arena
18acf720db
Privacy about Project: what to see, what you can modify...
2019-04-20 13:58:58 +02:00
Paolo Arena
ab64705ef3
- piso en malaga... (personal)
2019-04-11 14:25:43 +02:00
Paolo Arena
7cacf5c6ea
Added begin_development and begin_test
...
Added status (changed completed field)
fixed internet status connection.
2019-04-02 00:18:01 +02:00
Paolo Arena
a2c1a90050
fix Delete and Insert Todo... (after changed function find, findIndex...)
2019-03-22 01:00:41 +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
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
9803c451f9
Popupmenu Todo:
...
- Show Task Completed
2019-03-04 17:28:29 +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
6a99f22bf3
improve: Drag & Drop (work in progress)
...
fix: - Axios: login error msg
2019-02-20 11:53:56 +01:00
Paolo Arena
1eca13c27f
Drag & Drop hand made... but don't working with the touch
2019-02-19 18:44:48 +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
b65d0a2386
- creating Alternative to SyncManager
...
- fix: refreshing with FF now it works!
2019-02-08 17:10:25 +01:00
Paolo Arena
3c6b2c7bef
- Service Worker
...
- Indexdb
2019-02-02 20:13:06 +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
2984f20b58
- todo: added priority, expired, pos fields.
...
- todo: delete item.
- sorted by fields.
2019-01-14 22:40:30 +01:00
Paolo Arena
f715aab9d5
- created logo FreePlanet in SVG animation !
2019-01-08 01:22:09 +01:00
Paolo Arena
1b9a89b4f5
- fix: to export a Component in typescript, you need to create index.ts in each subfolder of the components folder !
2019-01-06 23:03:45 +01:00
Paolo Arena
fd2321cd20
- starting add Categories
...
- improved layout drawer
2019-01-05 20:11:41 +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 Arena
6e023753dc
Fixed: in production (with Android phone) -> click on menu doesn't work well
2018-12-25 19:44:39 +01:00
paolo
02e5725ba9
Building in Production -> put to the Server
...
give an error: Vuex handler functions must not be anonymous.
Resolve:
npm cache clean --force
npm install
npm i npm@latest -g
2018-12-22 23:30:02 +01:00
paolo
bd832d3f92
Setting MultiLanguage using Typescript : adding i18n.d.ts for the compiler
2018-12-22 18:42:00 +01:00
paolo
7198b07bb6
-> Settings the packages: "quasar-framework": "0.17.17" because with "0.17.18" gives an error!
...
-> the Build now works! But actually nothing is visible in the website remote.
2018-12-15 01:30:21 +01:00
paolo
056dfc16f4
Risolto problema che non loggava correttamente
2018-12-06 20:07:51 +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
6811202571
ancora su Typescript...
...
suddiviso i ts dai html e scss
2018-11-07 22:42:22 +01:00
paolo
7c1d07797e
ok, ora sistemare SignUp
2018-11-06 00:21:22 +01:00
paolo
03d57ba50e
sistemare class type boolean....
2018-11-05 22:28:59 +01:00
paolo
c81e816d97
Manca di includere il file .env
2018-11-04 14:33:01 +01:00
paolo
5b56636ba2
Altra conversione in Typescript (3).
...
primo test semplice...
2018-11-03 01:23:39 +01:00
paolo
444dfc3384
Altra conversione in Typescript , partendo da un progetto di esempio funzionante... 2
2018-11-02 23:22:16 +01:00
paolo
899e412949
Altra conversione in Typescript , partendo da un progetto di esempio funzionante...
2018-11-02 22:15:48 +01:00
paolo
42b5afd40a
Altra conversione in Typescript , partendo da un progetto di esempio funzionante...
2018-11-02 20:10:45 +01:00
paolo
0fd5bf5034
Conversione in Typescript completata.
...
Manca ancora qualche errore.
2018-11-02 15:56:29 +01:00
paolo
1d42b184bb
Login (1)
2018-10-26 00:30:10 +02:00
paolo
7d61b947ba
Aggiunta la Autenticazione con x-auth
2018-10-20 18:56:31 +02:00
paolo
d261ed8ea8
Reg con username
2018-10-15 21:04:28 +02:00
paolo
43f2484e54
Iniziato il SignUp
2018-10-13 19:14:58 +02:00
paolo
a2673c0502
Primo Committ
2018-10-12 16:42:54 +02:00