SakibulMowla / catch-up

4 stars 2 forks source link

In matcher.js when creating preference list, record with unsubscribed users should be ignored #54

Open SakibulMowla opened 2 years ago

SakibulMowla commented 2 years ago

Code pointer: https://github.com/SakibulMowla/catch-up/blob/c88c326c3b3046db6f3dd794d3406ffbd165af05/src/matcher.js#L34-L46

SakibulMowla commented 2 years ago

Solution 1

Remove unsubscribed user from user table and their meetings from meeting table.

coderbdsust commented 2 years ago

stage 2 : can you explain what did u mean by admin tool?

SakibulMowla commented 2 years ago

stage 2 : can you explain what did u mean by admin tool?

Some tools/scripts need to be set up for doing the one off jobs, e.g. broadcasting general announcement to all subscribed users, unsubscribing users. Referring to them as admin tool as a whole.