google / ctfscoreboard

Scoreboard for Capture The Flag competitions.
Apache License 2.0
165 stars 61 forks source link

The prerequisite challenge should be named when it's not met #182

Open iagox86 opened 6 years ago

iagox86 commented 6 years ago

When you try to view a challenge with a pre-req, it says "you don't meet prerequisites" but doesn't say why.

Matir commented 6 years ago

At the moment, the prerequisite data is only exposed to the UI as a met/not met boolean, so we don't have the information to display this. Consequently, it'll require a backend change as well. (Plan: overload the 'description' field on locked challenges.)