You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, i found your app very cool
I would like it not to be necessary for each person to register, but rather for a list to be uploaded.
Likewise, the possibility of avoiding confirming the score.
The idea behind it is that it uses a single person to screw up and keep score.
Is this possible with your code? or should it be modified a lot?
thanks!
The text was updated successfully, but these errors were encountered:
Instead, we would need an extra Participant class, which has a nullable foreign reference to auth.User, and which the Participation class would be directly coupled with.
I think that this would be pretty much it. Maybe there would also be some frontend stuff, which would require some updates. The tricky part would be to write the migrations and the hardest part would be to write the tests.
If you are willing to do that, feel free to make a Pull Request, and I'd gladly assist you.
Hi, i found your app very cool
I would like it not to be necessary for each person to register, but rather for a list to be uploaded.
Likewise, the possibility of avoiding confirming the score.
The idea behind it is that it uses a single person to screw up and keep score.
Is this possible with your code? or should it be modified a lot?
thanks!
The text was updated successfully, but these errors were encountered: