Kaitlin Hipkin

Results 4 comments of Kaitlin Hipkin

Unit tests added for each func. I also tested each with a real authenticated client against the real reddit endpoint.

https://github.com/jzelinskie/geddit/blob/95ef6806b073e423a3c715f9b52d7cce98d168c7/oauth_session.go#L383

Instead of loading all tasks for each member every time: - [ ] add a `dateJoined` field in the `user.challenges` schema - [ ] add something to the join-challenge logic...

Hmmm... I see. What about adding a new field `user.challengesDateJoined` (or something more succinct) that maps challenge ids to date strings?