Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

In the list of challenges, add indicators if a current user has joined/completed that challenge #57

Closed
karina-klinkeviciute opened this issue Dec 2, 2021 · 0 comments

Comments

@karina-klinkeviciute
Copy link
Owner

karina-klinkeviciute commented Dec 2, 2021

CONSIDERATIONS:
As some challenges can be completed more than once, I am not sure how to visually implement this. Might be checkmark if completed, but also some other if there are ongoing ones?

There is a field can_be_joined on the challenge. Users can't join challenges which they already joined/completed that are marked as doable only once.

There is also is_joined which is true if the challenge is currently joined at least once (but not if completed).

If a challenge has been joined, but not completed (is_joined is true) it should have a green checkmark indicator next to it. It means it can be continued (completed).

If a challenge can't be joined or continued, it should be greyed out and unavailable for joining but should be still showing.

@karina-klinkeviciute karina-klinkeviciute created this issue from a note in Rainbow challenge frontend (To do soon) Dec 2, 2021
@karina-klinkeviciute karina-klinkeviciute changed the title In the list of challenges, add indicators if a current user can join that challenge In the list of challenges, add indicators if a current user has joined/completed that challenge Dec 15, 2021
@karina-klinkeviciute karina-klinkeviciute moved this from To do soon to Todo in Rainbow challenge frontend Jun 8, 2022
@karina-klinkeviciute karina-klinkeviciute moved this from To do to To do soon in Rainbow challenge frontend Jul 4, 2022
@nitrat1311 nitrat1311 self-assigned this Jul 4, 2022
@nitrat1311 nitrat1311 moved this from To do soon to In progress in Rainbow challenge frontend Jul 4, 2022
@nitrat1311 nitrat1311 moved this from In progress to In testing in Rainbow challenge frontend Jul 7, 2022
Rainbow challenge frontend automation moved this from In testing to Done Aug 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants