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

feat: introduce climb field in tick #433

Merged
merged 1 commit into from
Nov 30, 2024
Merged

feat: introduce climb field in tick #433

merged 1 commit into from
Nov 30, 2024

Conversation

vnugent
Copy link
Contributor

@vnugent vnugent commented Nov 30, 2024

Fix #423
This PR and PR #431 introduce user and climb field to each tick. This is a simple implementation which doesn't account for n+1 problem. For example, if a climb has 5 ticks, to get the user object for each tick, the backend makes 5 additional queries.

@vnugent vnugent merged commit ef3a5ab into develop Nov 30, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Ticks should hold a reference to the ticked climb and the user
1 participant