rajatkb / Conference-Notify

Conference-Notify is an open source web based application that will aggregate conference information and allow users to search and create recuring reminders and feed for themselves
GNU General Public License v3.0
11 stars 21 forks source link

Added CRUD streams #82

Closed Kajol-Kumari closed 4 years ago

Kajol-Kumari commented 4 years ago

66 [Feature] add new stream filters like 'update'/'create'/'replace' etc for ConferenceStream

Following functions added:

getInsertStream() geUpdateStream() getDeleteStream() getReplaceStream()

Attached Insert stream testing after creating replica sets: Screenshot from 2020-04-09 21-27-17

Attached Update stream testing after creating replica sets: Screenshot from 2020-04-20 13-51-34

Attached Delete stream testing after creating replica sets: Screenshot from 2020-04-20 13-53-53

Kajol-Kumari commented 4 years ago

@rajatkb please review and merge it.

Kajol-Kumari commented 4 years ago
  • Can you add some dummy listener for update and create streams , there is another listener file. You can add the dummy listeners there and try out the streams

@rajatkb please took into the updated PR description.