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
In theory, it should be possible to patch CTFd to:
add an "order" integer field to tags/hints/flags/files
use that field to sort the objects displayed to players
This would make the process of updating these objects much cleaner:
Instead of re-creating entire lists (or giving up on ordering, as I have for files), we would only need to reassign the order fields.
This would also make it simpler to display pending changes more accurately in cctk.
The real work would be in patching CTFd to support this, but hopefully that's straightfoward enough. knock on wood
The text was updated successfully, but these errors were encountered:
In theory, it should be possible to patch CTFd to:
This would make the process of updating these objects much cleaner:
Instead of re-creating entire lists (or giving up on ordering, as I have for files), we would only need to reassign the order fields.
This would also make it simpler to display pending changes more accurately in
cctk
.The real work would be in patching CTFd to support this, but hopefully that's straightfoward enough. knock on wood
The text was updated successfully, but these errors were encountered: