abs0lut3pwn4g3/RTB-CTF-Framework

Improving the admin controls interface

eshaan7 opened this issue · 5 comments

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 in Challenge and Notification 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).

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