Open eshaan7 opened 4 years ago
Hi, I am a gssoc participant and new to this project, may I work on this issue please
Hi, could you please point me to the relevant files in the code base. Also could you please tell me where the admin control interface is? I am a bit unsure about that
@amandhamija98,
Admin GUI: https://rtblivedemo.herokuapp.com/admin/ (login with admin:admin
first)
In the codebase: admin/
As mentioned in the documentation and above, we are using Flask-admin package
Got it , thankyou, I'll take a look
Sorry, I won't be able to devote time to this, something has come up
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.
[x] export data as CSV (Reference)
[x] 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).