The manifest currently contains contests, and each of those has a votes_allowed field. According to the schema that value is nullable, in which case it is set to 1,000,000. Instead, the manifest should explicitly require the value to be set to 1,000,000.
Possible Implementation
This must simultaneously be done in the manifest, and in the schema. Create corresponding tickets in those repo's when taking on this story.
Is there an existing issue for this?
Suggestion
The manifest currently contains contests, and each of those has a
votes_allowed
field. According to the schema that value is nullable, in which case it is set to 1,000,000. Instead, the manifest should explicitly require the value to be set to 1,000,000.Possible Implementation
This must simultaneously be done in the manifest, and in the schema. Create corresponding tickets in those repo's when taking on this story.
Anything else?
No response