jam941 / JamboreeScoreboard

1 stars 0 forks source link

Score model changes. #1

Open ChrisSoper1 opened 4 years ago

ChrisSoper1 commented 4 years ago

https://github.com/jam941/JamboreeScoreboard/blob/008cdfa4f4e7912721377e556378f7a2ddf1111c/backend/models.py#L9

I think we should consider putting submission datetime, submitting user, and potentially a comment / category field. The datetime and user fields can help prevent accidental/duplicate submissions, and the comment/category field might be useful for different aggregations, visualizations, or reports.