codebuddies / cb-connect

Platform to connect mentors with mentees, accountability partners, and OS project maintainers with new contributors
GNU General Public License v3.0
14 stars 8 forks source link

Flag an entry (see: `flagged`: boolean) #24

Closed lpatmo closed 5 years ago

lpatmo commented 5 years ago

Users should be able to block another user they were matched with. If they block the user, they'll never be matched with that other user again, and won't see that user's entries.

lpatmo commented 5 years ago

Update: the data structure should look like this:

"flags": [
    {"userID": "AM...sZ", "reason": "my note"},
    {"userID": "ds...Di", "reason": "test note"}
   ],
lpatmo commented 5 years ago

This is done!