kapravel / hackpack-web

3 stars 5 forks source link

Track solved challenges for users #39

Closed quantatic closed 3 years ago

quantatic commented 3 years ago

It would be cool if we persisted solved challenges for the user (perhaps highlighting them in green once they've been solved, for instance).

We could do this as simply as using a cookie/local storage, or using some sort of session variable.

As a stretch goal, I think it would be cool to store "who" solved which challenges on our side somewhere, which would let us see how many people are really solving each set of challenges each week/amount of interest different challenges are generating. Identity information should obviously be anonymized, if we end up going this route.