ctfscoreboard icon indicating copy to clipboard operation
ctfscoreboard copied to clipboard

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

Open iagox86 opened this issue 7 years ago • 1 comments

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

iagox86 avatar Apr 16 '18 21:04 iagox86

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.)

Matir avatar Apr 22 '18 23:04 Matir