Skip to content
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

Multiple categories #90

Closed
XeR opened this issue Oct 22, 2021 · 3 comments
Closed

Multiple categories #90

XeR opened this issue Oct 22, 2021 · 3 comments
Labels
enhancement New feature or request

Comments

@XeR
Copy link
Contributor

XeR commented Oct 22, 2021

It is not uncommon to have challenges in multiple categories.
For example: reverse + crypto, web + pwn, etc.

The current system allows for a single category.
Filtering by category is awkward

@JJ-8
Copy link
Collaborator

JJ-8 commented May 7, 2023

I did an attempt on implementing this feature: https://github.com/JJ-8/CTFNote/tree/0-tags. If you (or someone else) has time to help testing, that would be greatly appreciated! Unfortunately, due to the big code changes I can't create a PR yet since PRs #210, #212, #213 and #214 should be merged first to sync code with this branch.

@XeR
Copy link
Contributor Author

XeR commented Jul 4, 2023

// as soon as CTFNote supports tags, we can rewrite this
// and maybe add the difficulty as a tag as well
if (challenge.categories.length > 0) category = challenge.categories[0];

JJ-8 added a commit that referenced this issue Apr 28, 2024
@JJ-8
Copy link
Collaborator

JJ-8 commented Apr 28, 2024

Closing since this is now fully supported.

@JJ-8 JJ-8 closed this as completed Apr 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants