Commit Graph

16 Commits

Author SHA1 Message Date
Paolo Arena
4ed5a3d350 Cut/Paste project and todos 2019-04-29 01:01:40 +02:00
Paolo Arena
d44c0f3769 - Projects: Shared / Personal 2019-04-25 00:30:19 +02:00
Paolo Arena
f3964b0ff0 End "project and Todos": what could modify or readonly. 2019-04-22 01:43:58 +02:00
Paolo Arena
e0e48f7eb2 Privacy about Project: what to see, what you can modify... 2019-04-20 13:59:07 +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
1856818d3a Calculation recorsively up completed! 2019-04-06 21:52:34 +02:00
Paolo Arena
d40297acb3 Calculation recorsively up completed! 2019-04-06 21:06:11 +02:00
Paolo Arena
6310a7a971 Updated Project calculation for hours and progress. 2019-04-06 21:02:39 +02:00
Paolo Arena
7c3684813a Added begin_development and begin_test
Added status (changed completed field)
fixed internet status connection.
2019-04-02 00:27:59 +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
d24b232a2d - 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:59:05 +01:00
Paolo Arena
87378fe732 - Created all Tests with Mocha: User + Todo tables 2019-02-07 00:52:48 +01:00
Paolo Arena
db2a460594 - add: createPushSubscription :
'Subscribed to FreePlanet.app!',
  'You can now receive Notification and Messages.'
2019-02-05 18:17:44 +01:00
Paolo Arena
8e5e7addb7 - PUSH Notification 2019-02-05 03:40:22 +01:00
Paolo Arena
e39a6d714f First Commit FreePlanet_ServerSide 2018-12-24 20:31:02 +01:00