Open
Description
Describe the solution you'd like
The "admin controls" are, at the moment, limited to just performing CRUD database operations along with some searching and filter options.
These are inbuilt in Flask-admin. We should add some more features such as:
-
charts to visualize data
-
CKeditor for
description
field inChallenge
andNotification
models. -
Alerts for some of the logging techniques we already use.
-
export data as CSV (Reference)
-
GUI control of config.py CTF settings
-
One may go through flask-admin documentation and suggest new ideas.
-
Ideas can be taken from here as well.
Note:
If you are a GSSoC participant, please note that the difficulty level of this would vary depending on how many features you add (Medium to Hard).