-
Notifications
You must be signed in to change notification settings - Fork 61
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature request: category aliases #27
Comments
A solution could be to add autocompletion and validation to the category field like this. In |
I think we should fix this bug and #90 a the same time, and switch from task category to task "tags". |
@B-i-t-K, I did an attempt on solving #90 in my branch https://github.com/JJ-8/CTFNote/tree/0-tags. However, I haven't tackled this problem yet since I am unsure if this static map should be implemented in the database or frontend and how this functionality is communicated to the user (if you type 'pwn' and get 'binary exploitation', that would be a bit confusing). Any toughs? |
Add last active admin functionality
When we recently used CTFNote, for some reason we ended up with having the same category spelled in different ways. This was probably some user error but it would be nice if some of the standard categories had aliases that mapped to each other, for example:
so, if you accidentally input a challenge as "pwnable" it will automatically be mapped to "pwn". Of course there might be other categories so the category name would still be free text but these few aliases would cover the vast majority of cases.
The text was updated successfully, but these errors were encountered: