wuvt / trackman

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

Track DJ log in/log out times and have the info available in admin UI #79

Open g-i-g opened 5 years ago

g-i-g commented 5 years ago

Staffheads want the ability to generate an "attendance log" of sorts for DJs, They're fine with the following format:

DJ, Log In Time, Log Out Time
e.g. DJ Giggybyte, 2019/03/22 15:00, 2019/03/22 16:00

I imagine we'd keep track of the log {ins,outs} in a database, and the UI would just query the table from time A to time B, showing the user the results (csv download?).

echarlie commented 5 years ago

partially duplicates #23

mutantmonkey commented 4 years ago

@Giggybyte So we already have DJSet start/end times; will that be sufficient? The only thing is that the start time will be the time the first track was logged, which is not going to be the same time as when the Login button was pressed.

g-i-g commented 4 years ago

@mutantmonkey That'd probably be sufficient, yes. I'll ask the other staffheads to be sure.