Commit Graph

192 Commits

Author SHA1 Message Date
Paolo Arena
6a92dbeca8 Creating Estimate Page 2019-07-12 18:23:16 +02:00
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
cd73305d8d updated config file environment 2019-05-02 16:58:56 +02:00
Paolo Arena
71ee9f6ae3 Directory Config for other project 2019-05-02 16:58:36 +02:00
Paolo Arena
d924509d4f updated config file environment 2019-05-01 11:53:12 +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
7b1e24c407 - piso en malaga... (personal) 2019-04-11 17:40:41 +02:00
Paolo Arena
99a943968b - piso en malaga... (personal) 2019-04-11 14:26:04 +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
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
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
a2c1a90050 fix Delete and Insert Todo... (after changed function find, findIndex...) 2019-03-22 01:00:41 +01:00
Paolo Arena
e0a88df630 - 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:49 +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
1fd56419a4 fix Workbox cache 2019-03-18 19:23:56 +01:00
Paolo Arena
49aae9ca27 fix Workbox cache 2019-03-18 00:04:05 +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
f23f60e540 ++ Open Web Analytics
https://test.freeplanet.app/owa
2019-03-16 23:47:13 +01:00
Paolo Arena
9fabd68bae Menu Style (active, ...)
expand-icon-class="my-menu-separat"
header-class="my-menu"
active-class="my-menu-active"
2019-03-15 12:23:38 +01:00
Paolo Arena
f43d6e1b45 fix expiring date
fix progress bar value
2019-03-15 02:38:51 +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
41642853d1 Insert Carosel (3 images to the HomePage) 2019-03-14 01:24:59 +01:00
Paolo Arena
4f94cfcac5 HomePage English Version 2019-03-13 20:15:30 +01:00