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

refactor: add query context to database cleanup handlers #696

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

PThorpe92
Copy link
Member

#694

This does some significant cleanup to the handler/DB API

@PThorpe92 PThorpe92 force-pushed the query_context branch 3 times, most recently from 807bf3b to 6c116d1 Compare January 30, 2025 22:19
Copy link
Contributor

@carddev81 carddev81 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good stuff man! This cleaned up a lot and makes coding handlers faster for sure! Made some comments on my findings.

backend/src/handlers/fields.go Outdated Show resolved Hide resolved
backend/src/database/libraries.go Show resolved Hide resolved
backend/src/database/libraries.go Show resolved Hide resolved
backend/src/database/courses.go Outdated Show resolved Hide resolved
backend/src/database/libraries.go Show resolved Hide resolved
backend/src/database/programs.go Outdated Show resolved Hide resolved
backend/src/database/provider_platforms.go Outdated Show resolved Hide resolved
backend/src/database/provider_user_mappings.go Outdated Show resolved Hide resolved
backend/src/database/videos.go Outdated Show resolved Hide resolved
backend/src/handlers/libraries_handler.go Show resolved Hide resolved
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Implement Hook to clean up how query parameters are added to frontend API calls
2 participants