ducompsoc / durhack-jury

An all-in-one hackathon judging platform, created with modern technologies aimed at optimizing the user experience of hackers, judges, and organizers.
https://jury.mikz.dev
MIT License
1 stars 0 forks source link

[Bug] Judging is paused when a new judge logs in to the system #13

Open tameTNT opened 1 month ago

tameTNT commented 1 month ago

What Happened?

With no judges already in the system and judging underway, logging in as a new judge user pauses the judging clock. Haven't tested to see if this affects when later judges join too. The /admin/clock/pause endpoint is not called at any point though so could be indicative of a larger bug...

Steps to Reproduce

  1. Empty judges table
  2. Log in as a new judge
  3. Try to judge a project
  4. Observe that judging is paused so cannot judge until unpaused on admin side

What device(s) are you seeing this issue on?

No response

What browser are you seeing this issue on?

Chromium Desktop (Chrome, Brave, Edge, Arc, Opera)

Possible Solutions

No response

Additional Info

No response