p2r3 / epochtal

Portal 2 tournament system
GNU General Public License v3.0
6 stars 4 forks source link

Graphical admin panel #9

Open p2r3 opened 2 months ago

p2r3 commented 2 months ago

Implement an admin panel for simpler management of the tournament. No changes need to be made to the backend, as existing utils are more than enough.

ArcherTheReal commented 1 month ago

This only needs to do utility calls right?

p2r3 commented 1 month ago

@ArcherTheReal Right. There's nothing you'd need for the admin panel that you can't get from util calls. Since it seems like you're looking into potentially implementing this, let me give you a rundown of how I envision this looking:

The admin panel would be located under pages/admin/index.html and would use the default pages/style.css styling. Ideally, existing classes would be used for laying out the page instead of custom styling specifically for the admin panel. The following features should be included: