WYHNUS / ExchangeBuddy

Find your exchange buddies!
5 stars 0 forks source link

Implement questions controller #143

Closed unusep closed 7 years ago

irvinlim commented 7 years ago

Would it be better to use

unusep commented 7 years ago

Looks like a good idea. I'll make the changes after camp.

Pros

Cons

irvinlim commented 7 years ago

Hmm I see your point. @ZhangHanming do you think it's important to retain that information after someone unvotes? For me, I think not so much.

ZhangHanming commented 7 years ago

@irvinlim unvoting can be done with just simply deleting the entry. Retaining the entry is unnecessary and adds more trouble when the user votes again (need to check if he has voted and whether his previous votes are marked invalid already => more db queries).