Closed
Description
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"
}
],
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.