-
Notifications
You must be signed in to change notification settings - Fork 0
[$75] Add ability to archive a group #136
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
Comments
Contest https://www.topcoder.com/challenges/30149671 has been created for this ticket. |
Contest https://www.topcoder.com/challenges/30149671 has been updated - it has been assigned to obog. |
Payment failed: [500]: Failed to get billing detail for the project. |
Payment task has been updated: https://software.topcoder.com/review/actions/ViewProjectDetails?pid=30149671 |
@jmgasper Should we test this behavior? I don't see Archive option on existing challenge groups or groups when I log in as admin user or TonyJ |
@sdgun - For now, this is API only. You can assume its working as designed. |
Uh oh!
There was an error while loading. Please reload this page.
@atelomycterus - One thing we'd like to plan for in the future is the ability to mark a group / challenge group as
archived
. An archived group / challenge would:/groups
//groups/mine
)The goal here is to ensure that, at the end of a challenge, we can remove the challenge group from the user's navigation, but the forum is still accessible in the future, if the member wants to go back to it. It just won't show up in their navigation in the site, to avoid clutter for someone (like me) who has run thousands of challenges.
We'd need a way to flag this through the API.
The text was updated successfully, but these errors were encountered: