Commit Graph

35 Commits

Author SHA1 Message Date
Paolo Arena
51ca2da45f - Enable Edit Event into dialog form ... (and save to the db)
- Event: enabled drag and drop (date)
- Q-Select components in every table field external: Where, Operators, etc...
- CMyEditor: Add HTML Editor to the details field !
- Added button Color for change font color to the text.
- Complete insert Events Site
2019-10-23 23:47:21 +02:00
Paolo Arena
570bbf3744 - Enable Edit Event into dialog form ... (and save to the db)
- Add Where table
2019-10-21 20:38:10 +02:00
Paolo Arena
1a1348c563 - Load Events
- Edit Events
- When a field is updated: undate also memory list record

- Duplicate Event
2019-10-20 22:45:09 +02:00
Paolo Arena
93eae51ab8 - Added TablesList page
- Added Insert Record empty
2019-10-20 01:21:54 +02:00
Paolo Arena
51ef3de29a - Added Delete Record to the CGridTableRec 2019-10-15 20:40:31 +02:00
Paolo Arena
9120485939 Show data Table with pagination (startRow, endRow, filter, sorting) 2019-10-14 20:31:57 +02:00
Paolo Arena
c5a19f2d70 - Finished Booking an Event
- Starting UsersList (creating CGridTableRec component to view and edit a db table)
2019-10-13 20:44:05 +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
e0871721fb Created Project for WebSite...
Basic Structure
2019-05-03 20:31:57 +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
Paolo Arena
6876130376 Fix: At registration, ff in Italian, it show english email verified... added Español Email registration 2019-03-15 02:01:27 +01:00
Paolo Arena
8b0d109552 Fix: At registration, ff in Italian, it show english email verified... added Español Email registration 2019-03-04 21:28:35 +01:00
Paolo Arena
8a92141bc7 Fix: At registration, ff in Italian, it show english email verified... added Español Email registration 2019-03-04 21:16:19 +01:00
Paolo Arena
8fe9199162 Popupmenu Todo:
- Show Task Completed
2019-03-04 17:28:41 +01: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
d78de1a25c /checkupdates: Show Button, when Upgrade Version is available ! (check from the server, the version number 2019-02-22 10:23:39 +01:00
Paolo Arena
f6fa45a9e9 Fix: Todo Multi refresh ...
fix some promises problem
2019-02-14 19:01:41 +01:00
Paolo Arena
0b4ac6391d fix: WebPush Notification 2019-02-13 18:47:58 +01:00
Paolo Arena
df31a9ea9b - Created Test Environment un Server test.freeplanet.app
- mongodb open 2 connections port (3000 and 3001) - 27017 and 27018
2019-02-13 01:51:33 +01:00
Paolo Arena
ea06079878 fixed problem with then catch chain (Promise)... 2019-02-12 19:10:58 +01:00
Paolo Arena
71132b9a57 - cleaned some code.
- routing offline
- pushNotification
2019-02-12 12:06:25 +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
636ee92786 - Manage multiple login, in different browsers... Multi Token... 2019-02-09 18:03:14 +01:00
Paolo Arena
318ff7a798 - fix: return the item saved 2019-02-08 17:11:33 +01:00
Paolo Arena
87378fe732 - Created all Tests with Mocha: User + Todo tables 2019-02-07 00:52:48 +01:00
Paolo Arena
779bd1cb63 - Created first Test with Mocha 2019-02-06 18:48:32 +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