Skip to content

[$250] Legacy Challenge Processor - Copilot Fee #318

Closed
@rootelement

Description

@rootelement

When you set a Copilot fee as a prizeSet in v5, it doesn't go back to legacy.

Challenge prize sets object:

"prizeSets": [
    {
      "prizes": [
        {
          "type": "USD",
          "value": 1000
        },
        {
          "type": "USD",
          "value": 5
        }
      ],
      "description": "Challenge Prizes",
      "type": "placement"
    },
    {
      "prizes": [
        {
          "type": "copilot",
          "value": 100
        }
      ],
      "type": "copilot"
    }
  ],

Challenge in direct:
Screen Shot 2020-10-02 at 12 00 32 PM

This needs to be stored in the project_info table, as project_info_type_id 49.

Actions

  • Legacy Challenge Processor
    • Write v5 to legacy
  • Legacy Migration Script
    • Add this to the sync process
    • Create a migration to bring this forward for other challenges.

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions