-
Notifications
You must be signed in to change notification settings - Fork 59
[$30] - Add Unregister button to Dashboard #1071
Comments
@birdofpreyru How can I test this locally? It seems there is nothing in |
You can run it against production backend and just register/unregister from any active challenge |
@birdofpreyru It's now ready for review. |
@shizhouxing Can you update this so that, instead of redirecting to the confirmation page, the button just unregisters the user from the challenge (as it happens on the Challenge Details page), and updates the Dashboard appropriately? |
@birdofpreyru It seems the logic of buttons at challenge detail page and dashbord are very different. In challenge detail page (in |
Fix #1071 - Add Unregister button to Dashboard
Ok, got it. We'll try to handle it in a separate ticket later. |
Add
Unregister
button to active challenge tiles in Dashboard.Should have the same reddish style, as the
Complete Appeals
button (see Savvas-cl@ea261e3). Should be visible only for submitters to that challenge, when they have not submitted yet (you can have a look at the logic of similar button in Challenge Details page intc-site
repo). Should be present both in Grid and List views of the active challenges in Dashboard.Also, as this button will be visible together with Submit button, you should ensure that these two buttons have the same width, so that tiles look pretty when these two buttons are shown one under another.
The text was updated successfully, but these errors were encountered: