Commit Graph

25 Commits

Author SHA1 Message Date
Paolo Arena
ac3f6f0ba9 fixed: completed_at field 2019-04-05 23:59:52 +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
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
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
74ecc4f278 - Converting all to Typescript
- Installing 1.0.0.beta Quasar Upgrade
   - (Part 1 - Upgrade Components)
2019-03-11 19:21: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
41edd96c8c fix "Todo Completati"
statics instead of assets
2019-03-05 23:44:48 +01:00
Paolo Arena
9803c451f9 Popupmenu Todo:
- Show Task Completed
2019-03-04 17:28:29 +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
6a99f22bf3 improve: Drag & Drop (work in progress)
fix: - Axios: login error msg
2019-02-20 11:53:56 +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
a024b78e95 - cleaned some code.
- routing offline
- pushNotification
2019-02-12 12:06:01 +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
cb62d46048 - updated SendReq
- If Server Down the login msg error corrected.
2019-02-06 18:47:54 +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
602eb6bc20 - fix: updated from Store to Component: using Watch with 'immediate' parameters! @Watch('todos_changed', { immediate: true, deep: true }) 2019-02-03 14:40:20 +01:00
Paolo Arena
5d987013c5 - fix: update on Insert
- fix: update on Edit
2019-02-03 02:40:24 +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