-
Notifications
You must be signed in to change notification settings - Fork 0
[$400] Challenge Forum Processor - Archive flow #474
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
Challenge https://www.topcoder.com/challenges/7819a5cf-5ee8-460f-ac45-7d05f44b6829 has been created for this ticket. |
Challenge https://www.topcoder.com/challenges/7819a5cf-5ee8-460f-ac45-7d05f44b6829 has been assigned to obog. |
@jmgasper Implemented. More notes about challenge statuses below. Please apply PRs:
Thanks!
I've looked at Topocder I've checked challenge forum processor logs. Most challenges are created with 'Draft' status initially, not 'New' (the 'challenge.notification.create' topic). In any case, a group is always created as archived = true.
All cancelled statuses are supported (The list of statuses
|
@sdgun - For testing this one:
I'll walk through this as well, once WM is back up and running properly in dev. Currently it doesn't seem to be working. |
@jmgasper WM is still throwing errors, I will check this in some time. |
@sdgun / @atelomycterus - In dev, something's broken, but I'm not sure what. Seems like the token we've been using no longer works with adding users to groups, even though the token is for |
Payment task has been updated: https://www.topcoder.com/challenges/7819a5cf-5ee8-460f-ac45-7d05f44b6829 |
@jmgasper |
@sdgun - I think you can do that either from OR or from WM |
Deleted from OR but Archived=No Completed from OR but Archived=No Canceled from OR but Archived=No |
@jmgasper I've checked challenge forum processor logs. There were no messages to archive these challenges:
It is necessary to check if messages are sent by other services (OR / WM). Unfortunately, I don’t know all the details. At least 'Completed' is sent to
I didn't see any messages with Deleted/Cancelled status in challenge forum processor log. I've looked at challenge-api code. After deleting challenges the service posts to |
@sdgun / @atelomycterus - The problem with this is that OR does NOT send |
@jmgasper I checked on this yesterday, but looks like we cannot change status from WM. (checked with @drasticdpk , the QA of WM) |
@sdgun - Yeah, I'll investigate more fully. I think we can use the API here, but I may have to do that manually. |
Verified in Production, Archived=true when the challenge is in draft status and once activated, archived is set to false. |
@atelomycterus - With the challenge forum processor, we are going to only have groups "unarchived" when the corresponding challenge is active.
These are the changes we're thinking:
New
), we'll have the group asarchived=true
)Active
, we'll have the group asarchived=false
)archived=true
This way only active challenges should have an unarchived group
The text was updated successfully, but these errors were encountered: