jasonLaster / DGD

Dartmouth Group Directory
MIT License
6 stars 3 forks source link

add "flag description" button #3

Closed jasonLaster closed 13 years ago

jasonLaster commented 13 years ago

We want to be able to let users who are logged in flag bad descriptions. What this means for the back-end is that we will have to have a table that keeps track of every (user/description) flag so that a user can't flag a description multiple times and that we know how many people and which people have flagged the description. We probably also want to implement an "unflag description" button as well. And we'll probably want to show how many people have flagged the description on the page as well if one or more people have flagged it.

mmcnierney14 commented 13 years ago

Found a gem that looks like it'll do the trick. I'll try to get this implemented tonight:

https://github.com/medihack/make_flaggable

jasonLaster commented 13 years ago

hmm, this looks like over kill. it might introduce more problems than it's worth. proceed at your own perill

On Thursday, July 7, 2011 at 3:01 PM, mmcnierney14 wrote:

Found a gem that looks like it'll do the trick. I'll try to get this implemented tonight:

https://github.com/medihack/make_flaggable

Reply to this email directly or view it on GitHub: https://github.com/jasonLaster/DGD/issues/3#issuecomment-1526669