Skip to content

Implement Default Forums Object #845

Closed
@rootelement

Description

@rootelement

When a challenge is saved as draft, please add these properties to the challenge object for a challenge type or f2f type to trigger a forum create. We can then work to make this configurable, including track/type ids that have this enabled by default, how tasks don't create forums, etc.

This is just the first step.

Example object:

"challenge.discussions": [
  {
    "name": "My Forum Name",
    "type": "challenge",
    "provider": "vanilla"
  }
]

Reference challenge api issue:
topcoder-platform/challenge-api#290 (comment)

NOTE
The challenge API will not accept this object until this PR is merged into develop. I'm estimating daytime Weds Sept 30th EDT.
topcoder-platform/challenge-api#309

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions