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

WIP: let users flag entries #53

Closed lpatmo closed 5 years ago

lpatmo commented 5 years ago

When a user flags an entry on /dashboard, this should be in the document:

"flags": [
    {"userID": "AM...sZ", "reason": "my note"},
    {"userID": "ds...Di", "reason": "test note"}
   ],

TODO: [x] Store the userID of the flagger in flags [x] Grab the note [x] Debug this error: image (I do have onChange applied on the reason input field!)

angelocordon commented 5 years ago

@lpatmo - I think just fix up the conflicts + this comment and it should be good to merge.