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
|
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 |
|