rsalesc / robox.io

A competitive programming tool to accelerate user journeys of competitive programmers and setters.
https://rsalesc.github.io/robox.io/
Apache License 2.0
7 stars 0 forks source link

Add CodeItemGlob to schema #45

Open rsalesc opened 1 month ago

rsalesc commented 1 month ago

We should support this in solutions, extra validators and generators.

We can problem get away with globs by using @property entries to read solutions, generators and extra validators, like we do with expanded_vars. Our code would need a small refactor to migrate from .solutions, .generators, etc.