Commit Graph

162 Commits

Author SHA1 Message Date
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
cea5dd118a Added Main Projects to Menu (dynamically) 2019-03-31 14:27:27 +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
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
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
919838549d fix expiring date
fix progress bar value
2019-03-15 02:36:44 +01:00
Paolo Arena
8dc26269cd add some env 2019-03-15 02:01:03 +01:00
Paolo Arena
9877344b4d fix menu ShowTask 2019-03-15 01:06:40 +01:00
Paolo Arena
527da316da - fix Header and Drawer Right
- fix Drawer Menu Left
- add icon on the Header
- fix lang if is different language: set to English.
2019-03-14 21:09:41 +01:00
Paolo Arena
213330564d Spanish Version to the HomePage 2019-03-13 19:35:02 +01:00
Paolo Arena
1be96c06dd fix page verify registration 2019-03-13 18:11:26 +01:00
Paolo Arena
9376b397d7 fix fields login 2019-03-13 13:40:17 +01:00
Paolo Arena
67748ce94f - (Part 2 - Upgrade Components Quasar) 2019-03-13 01:53:53 +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
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
6686e44297 Fix: At registration, ff in Italian, it show english email verified... added spanish 2019-03-04 21:28:27 +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
c1ff996d4a LOGIN: Accessing by Username or Email 2019-03-04 19:19:05 +01:00
Paolo Arena
a63f744869 Fix: first elem added not working... 2019-03-04 18:48:07 +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
1623a5c35d fix: problem scrolling with touch... sometimes dragged... and it should't do it 2019-02-20 20:59:18 +01:00
Paolo Arena
c77fe5b2f9 FIXIT modify error during moving items ...
The problem was the forEach and inside ad await... it doesn't WORK !
RESOLVE:
 using normal FOR:
  for (const myelem of myarray) {
     await myfuncasync(...)
  }
2019-02-20 19:17:29 +01:00
Paolo Arena
77568f02f5 fix: DRAG Only possible with Button component or in edit description component. 2019-02-20 17:54:48 +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
ec49343556 Added Axios and removed fetch...
Axios has CSXF integrated.
2019-02-19 02:33:02 +01:00
Paolo Arena
ee6cf47c29 fixed UI dropdown menu.
- eliminate contextmenu.
2019-02-16 03:49:16 +01:00
Paolo Arena
ea18c4e5b9 - Fix: choose language : added flags 2019-02-16 02:01:17 +01:00
Paolo Arena
ffe3fce52b fix: ask updated dbLoadTodo (if something to process) only when is connected... 2019-02-15 14:54: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
1af2c86067 cleaned some code Promise... 2019-02-14 21:36:16 +01:00
Paolo Arena
1f830b3e98 cleaned some code Promise... 2019-02-14 20:08:22 +01:00
Paolo Arena
bfa8a48211 Fix: Todo Multi refresh ...
fix some promises problem
2019-02-14 19:01:32 +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
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