Blade Barringer
Blade Barringer
Should be trivial to purge them at cron.
The user's challenge tasks should have a dateCreated attribute which would be the date they joined the challenge. Might just be a matter of exposing that info.
Unfortunately, it's not that easy. `user.challenges` is an `Array` of challenge ids. To do what you propose, it'd need to be an `Array` of `Object`s, which would be a breaking...
I'd rather not. Probably the best course of action would be to have a new property. Something like `user.challengesJoined` that would be an object: ``` js { 'some-challenge-id': { dateJoined:...
I wasn't aware of this behavior. I'll bring this up with our API team around billing addresses.
I'm still waiting on an answer from the team that owns this API.
Would you like to open a PR to fix this? If not, we'll add it to our backlog to fix. Thanks for bringing this to our attention!
Thanks for the feedback, we'll take it into consideration. Adding this is not on our current roadmap, but I can see how it would be useful. As always, PRs are...
Thanks, we've notified our Design team about this (and for the other client platforms).
Gonna re-open this until the logo is updated.