Bergrebell / CyberCoach

1 stars 1 forks source link

Past events not confirmed should be removed #85

Closed wanze closed 9 years ago

wanze commented 9 years ago

Current situation: An event happened and a user did not confirm to paricipate. The session is listed under "Past sessions" and the user can save results, resulting in an error.

We need a check (on each request?) that those SportSessionParticipant objects are deleted. Or we don't list them at all and also don't allow to enter results

lexruee commented 9 years ago

@wanze I would not delete these events. I would flag these events as invalid / hide. The question is how do we want to handle this? A background job? Or as you said on each request.

wanze commented 9 years ago

We leave this as it's not really a major bug... background job would be my way to go here, but that's not needed for this project