-
Notifications
You must be signed in to change notification settings - Fork 2
Design of OJ lab Problem Building Assistant (PBA)
slhmy edited this page Jun 23, 2023
·
1 revision
The mainly approach of OJ-lab PBA is that we need to find a way which can make judge-core getting into real world usage as soon as possible.
Building a full online-judge site is the most common way, but it's not so fast and safe enough to push into use (we must agree that judge-core is a very junior level program sandbox).
So we decide to make a local problem building tool which can combine with judge-core with very simple way to download and delopy (or install).
The functionality will look very the same as Codeforecs Polygon. But we won't make it online so that we don't need to consider additional things like database etc.