You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The problem statement and problem checker are stored as blobs in the table of the same name. They are created and edited with the dedicated page. However we have no feature to list
existing blob keys yet. Let's add this.
Steps
Login as testadmin with the password 1234567. Type in the "very secret" url of management
root page, http://localhost:5000/mgmt - here click the link to blobs page.
Entering t.prg-1.en as a blob key and pressing Load will load the blob for the problem prg-1,
for example.
To add
Now improve this so that if the blob key entered for "Load" operation contains wildcards (stars)
then the list of matching blob keys from database is returned. E.g. entering t.prg-1.* should return
list of t.prg-1.en and t.prg-1.chk.
The text was updated successfully, but these errors were encountered:
The problem statement and problem checker are stored as blobs in the table of the same name. They are created and edited with the dedicated page. However we have no feature to list
existing blob keys yet. Let's add this.
Steps
Login as
testadmin
with the password1234567
. Type in the "very secret" url of managementroot page, http://localhost:5000/mgmt - here click the link to blobs page.
Entering
t.prg-1.en
as a blob key and pressingLoad
will load the blob for the problemprg-1
,for example.
To add
Now improve this so that if the blob key entered for "Load" operation contains wildcards (stars)
then the list of matching blob keys from database is returned. E.g. entering
t.prg-1.*
should returnlist of
t.prg-1.en
andt.prg-1.chk
.The text was updated successfully, but these errors were encountered: