Commit Graph

10 Commits

Author SHA1 Message Date
Paolo Arena
408a7f4c6f Step 1: Creating page Messages: userlist last messages + a page for all the messages received and sent. 2019-10-26 02:21:22 +02:00
Paolo Arena
9120485939 Show data Table with pagination (startRow, endRow, filter, sorting) 2019-10-14 20:31:57 +02:00
Paolo Arena
cebe1208de - ++Booking List
- ++Delete a Booking also for the Admin.
2019-10-12 23:34:32 +02:00
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
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
1deba2a5ff - add fields: typeproj and id_main_project 2019-04-09 21:07:30 +02:00
Paolo Arena
8f1ee2a7da - 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:59:02 +01:00
Paolo Arena
636ee92786 - Manage multiple login, in different browsers... Multi Token... 2019-02-09 18:03:14 +01:00
Paolo Arena
87378fe732 - Created all Tests with Mocha: User + Todo tables 2019-02-07 00:52:48 +01:00
Paolo Arena
e39a6d714f First Commit FreePlanet_ServerSide 2018-12-24 20:31:02 +01:00