Commit Graph

8 Commits

Author SHA1 Message Date
Paolo Arena
8f69856c57 - Booking Event (with email to user and admin)
- Cancel Event (with email to user and admin)
- Store into mongodb
2019-10-05 20:01:56 +02:00
Paolo Arena
4ed5a3d350 Cut/Paste project and todos 2019-04-29 01:01:40 +02:00
Paolo Arena
f3964b0ff0 End "project and Todos": what could modify or readonly. 2019-04-22 01:43:58 +02:00
Paolo Arena
6a0b7db73c - 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:49 +02:00
Paolo Arena
7b444bc561 ++ hoursweeky_plannedtowork, endwork_estimate, totalphases , actualphase 2019-04-07 21:24:27 +02:00
Paolo Arena
6310a7a971 Updated Project calculation for hours and progress. 2019-04-06 21:02:39 +02:00
Paolo Arena
cadf2ef86a - added fields: longdescr, hoursworked, hoursplanned 2019-03-30 02:58:19 +01:00
Paolo Arena
f4ad69674e ++ Projects 2019-03-28 12:58:58 +01:00