Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow uploading pictures during the course of a competition. #615

Open
jflamy opened this issue Jan 7, 2023 · 1 comment
Open

Allow uploading pictures during the course of a competition. #615

jflamy opened this issue Jan 7, 2023 · 1 comment

Comments

@jflamy
Copy link
Owner

jflamy commented Jan 7, 2023

This means we have to store pictures in the database, for each athlete.
With respect to flags, probably need a separate TEAMS table, something that was not done before - referential integrity issues, creating teams before athletes, etc.
Could be done without any integrity constraint though, or with a weak key -- pick among defined teams, not enforced.

@jflamy
Copy link
Owner Author

jflamy commented Jan 9, 2023

And there needs to be some form of bulk load - take the picture and store it in the matching athlete.
And vice-versa - export all the pictures ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Backlog
Development

No branches or pull requests

1 participant