wuvt / trackman

WUVT's track logging web-app
GNU Affero General Public License v3.0
4 stars 3 forks source link

Should be able to access logging interface from admin interface and vice versa #104

Open echarlie opened 4 years ago

echarlie commented 4 years ago

Presently, to access trackman admin, you need to know to go to $TRACKMANURL/admin, and go to / if you want to log tracks and login as a DJ. there should be links between the two for those with access.

mutantmonkey commented 4 years ago

We'll need to add auth checks to hide the Admin button for users with no admin/library privileges.

echarlie commented 4 years ago

that auth check has plenty of simple examples in wuvt-site and in trackman. it should not be too hard. The only change is that you should first check if a user is logged in at all