skleung / Community

A rails application to simplify cooking costs among friends.
3 stars 0 forks source link

Groups #16

Closed kacasey8 closed 10 years ago

kacasey8 commented 10 years ago

Groups appear to be okay. Diners now have a current group id, can join groups, can create groups w/ password, and can switch groups.

TODO: basically every ingredient/meal/(payment?) and associated queries need to have a group id associated with them by abusing the current group id.

TODO: Help user get to groups page if they are not in a group. (redirects? help message? #dealwithit?)

These are done now.

skleung commented 10 years ago

Yeah payments should only be made within a group

kacasey8 commented 10 years ago

This seems good to me, merging