proglottis/ladder

Unable to view past games/challenges

Closed this issue · 5 comments

Wouldn't it be useful to view past games and challenges you've participated in, on the Games and Challenges tabs?

I don't think the workflow is quite right for unconfirmed games anyway. When you're in a tournament but are trying to find your unconfirmed games - it's totally non-obvious. Suggestions are welcome.

Activity feed needs some kind of date based pagination, it's too inefficient to load in x number of records. So would have to grab 1 month chunks or something like that.

Maybe there should be a challenges tab also in the tournament view?

Instead of separating challenges and games, perhaps you could treat them as a single entity, similar to how GitHub treats issues (bugs, enhancements). You could default to showing both, and toggle hiding either.

Any ideas what we could give as a name for games+challenges? interaction? things-you-participated-in?

Slightly unrelated, but I've been thinking of merging games and challenges into the same model (maybe a simple state machine?). There's some weird stuff with having them separate - like having two comment streams.

You could use a single model called Games, and then clearly label Challenges, e.g. with a bootstrap label [challenge]

👍 Thanks! Great work.