Paolo Arena
b11dd46f9f
Form Newsletter and others fix
2019-07-12 14:09:44 +02:00
Paolo Arena
7f5076d8f2
Calendar, Events
2019-07-10 11:37:00 +02:00
Paolo Arena
3d8cb00839
Created Project for WebSite...
...
Basic Structure
2019-05-03 20:31:47 +02:00
Paolo Arena
08c0ded31f
added themecolor and themebgcolor to todos and projects
2019-04-29 23:47:42 +02:00
Paolo Arena
166be747a5
Insert menu: "My Proj Shared" and when I insert a project, put the right property privacy
2019-04-29 02:47:53 +02:00
Paolo Arena
d6d527e1a8
Cut/Paste project and todos
2019-04-29 01:01:31 +02:00
Paolo Arena
2ba3cd6b3f
Move Project
2019-04-27 20:12:41 +02:00
Paolo Arena
d2cae3cc32
View details project for mobile
2019-04-26 12:07:38 +02:00
Paolo Arena
5992d01323
View details project for mobile
2019-04-25 12:08:48 +02:00
Paolo Arena
a7a4d224eb
- Projects: Shared / Personal
2019-04-25 00:30:13 +02:00
Paolo Arena
08e2ece604
End "project and Todos": what could modify or readonly.
2019-04-22 01:43:53 +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
3c05d2d9c7
- Modified privacywrite query with graphLookup:
...
$graphLookup: {
from: "projects",
startWith: "$id_main_project",
connectFromField: "id_main_project",
connectToField: "_id",
as: "ris",
restrictSearchWithMatch: { $or: [{ privacyread: server_constants.Privacy.all }, { userId: userId }] }
}
},
{ $match: { "ris.privacyread": { $exists: true } } },
2019-04-13 03:04:40 +02:00
Paolo Arena
ab64705ef3
- piso en malaga... (personal)
2019-04-11 14:25:43 +02:00
Paolo Arena
fd20048934
- add fields: typeproj and id_main_project
2019-04-09 21:07:16 +02:00
Paolo Arena
884d84e2df
++ hoursweeky_plannedtowork, endwork_estimate, totalphases , actualphase
2019-04-07 21:24:10 +02:00
Paolo Arena
f60edc1c5b
Updated Project calculation for hours and progress.
2019-04-06 21:52:27 +02:00
Paolo Arena
f632259c05
Updated Project calculation for hours and progress.
2019-04-06 21:02:33 +02:00
Paolo Arena
ac3f6f0ba9
fixed: completed_at field
2019-04-05 23:59:52 +02:00
Paolo Arena
7a55fa7f68
Added CDate component !
2019-04-05 16:16:29 +02:00
Paolo Arena
fe600f40a6
Added and linked todo list to the project list
2019-04-03 02:48:05 +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
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
dbd062636b
++ Added "Projects" (step 1)
2019-03-22 20:51:42 +01:00
Paolo Arena
4d32467eb1
Cleaning Code, moving functions...
2019-03-22 18:49:38 +01:00
Paolo Arena
dd695a7ce5
Cleaning Code, moving functions...
2019-03-22 15:32:32 +01:00
Paolo Arena
919838549d
fix expiring date
...
fix progress bar value
2019-03-15 02:36:44 +01:00
Paolo Arena
41642853d1
Insert Carosel (3 images to the HomePage)
2019-03-14 01:24:59 +01:00
Paolo Arena
1be96c06dd
fix page verify registration
2019-03-13 18:11:26 +01:00
Paolo Arena
313963d14b
fix fields registration
2019-03-13 14:23:25 +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
41edd96c8c
fix "Todo Completati"
...
statics instead of assets
2019-03-05 23:44:48 +01:00
Paolo Arena
08e2fe879a
Fix: At registration, ff in Italian, it show english email verified...
2019-03-04 21:15:53 +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
6a99f22bf3
improve: Drag & Drop (work in progress)
...
fix: - Axios: login error msg
2019-02-20 11:53:56 +01:00
Paolo Arena
ec49343556
Added Axios and removed fetch...
...
Axios has CSXF integrated.
2019-02-19 02:33:02 +01:00
Paolo Arena
ea18c4e5b9
- Fix: choose language : added flags
2019-02-16 02:01:17 +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
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
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
cb62d46048
- updated SendReq
...
- If Server Down the login msg error corrected.
2019-02-06 18:47:54 +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
185bd2657d
- fix Indexdb: 1) InsertTodo OK
2019-02-02 21:16:49 +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
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