Challenge Overview
Tasks are not listed in the GET endpoint for Observers
Ref https://github.com/topcoder-platform/challenge-api/issues/280
Solution:
- Modify the ES Query so, if a challenge is a task but it's being returned by the Resources API (meaning, the logged-in user has access to it), it won't be excluded.
Fix malformed task information
Ref https://github.com/topcoder-platform/challenge-api/issues/276
Solution:
- Add default values for the
task.*properties so the ES Query works - Create a migration script to populate the data in existing malformed entries
cc @rootelement