daveshah / gatherto

3 stars 0 forks source link

Store the current user #43

Closed mbramson closed 8 years ago

mbramson commented 8 years ago

For clubs, when you create one, you are the de facto owner. For this to happen, we need to know which athlete is currently logged in.

One way to do this would be to put the athlete ID in session when they authenticate.

daveshah commented 8 years ago

@mbramson this should be handled by https://github.com/daveshah/gatherto/issues/14

mbramson commented 8 years ago

Ah, didn't see that.

daveshah commented 8 years ago

@mbramson no worries! On that note - there's a checkbox on that issue so we may want to break it up. Especially if you and @matt-keibler have any interest in any of those items. Lots to learn there!