Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
cuappdev
/
score-backend
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Issues
2
Pull requests
7
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Prod merge Jan 30
- #53
#53
Merged
JoshD94
merged 51 commits into
release
cuappdev/score-backend:release
from
master
cuappdev/score-backend:master
Copy head branch name to clipboard
Jan 31, 2026
Conversation
Commits
51
(51)
Checks
Files changed
Merged
Prod merge Jan 30
#53
JoshD94
merged 51 commits into
release
cuappdev/score-backend:release
from
master
cuappdev/score-backend:master
Copy head branch name to clipboard
Commits
Commits on Mar 25, 2025
implement articles from daily sun
mateow99
committed
3d88699
View commit details
Copy full SHA for 3d88699
Browse repository at this point
Commits on Mar 27, 2025
update env template
mateow99
committed
cc9ebd1
View commit details
Copy full SHA for cc9ebd1
Browse repository at this point
Commits on Sep 13, 2025
Added logic to prevent adding duplicate games when scraping
TushigBili
committed
9d1792c
View commit details
Copy full SHA for 9d1792c
Browse repository at this point
Reworked service methods to check for duplicates and fixed game scraping issue
TushigBili
committed
d205803
View commit details
Copy full SHA for d205803
Browse repository at this point
Commits on Sep 20, 2025
Added tournament handling and TBD/TBA updates for games
TushigBili
committed
e1f080c
View commit details
Copy full SHA for e1f080c
Browse repository at this point
remove comments that trigger alerts
TushigBili
committed
e2ac05f
View commit details
Copy full SHA for e2ac05f
Browse repository at this point
remove db game count logging
TushigBili
committed
756ec32
View commit details
Copy full SHA for 756ec32
Browse repository at this point
Commits on Sep 24, 2025
Merge pull request #36 from cuappdev/fix-duplicate-games
Show description for 721f0f8
TushigBili
authored
721f0f8
View commit details
Copy full SHA for 721f0f8
Browse repository at this point
Revert "Merge pull request #36 from cuappdev/fix-duplicate-games"
Show description for 907fe84
TushigBili
committed
907fe84
View commit details
Copy full SHA for 907fe84
Browse repository at this point
revert pr
TushigBili
committed
1de4e00
View commit details
Copy full SHA for 1de4e00
Browse repository at this point
revert pr
TushigBili
committed
bbe2408
View commit details
Copy full SHA for bbe2408
Browse repository at this point
Commits on Sep 29, 2025
Merge pull request #37 from cuappdev/revert-duplicate-games-fix
Show description for a64620b
angelinaa-chen
authored
a64620b
View commit details
Copy full SHA for a64620b
Browse repository at this point
Commits on Sep 30, 2025
resolve conflicts
TushigBili
committed
1bcf70a
View commit details
Copy full SHA for 1bcf70a
Browse repository at this point
Merge pull request #19 from cuappdev/maw346/add-daily-sun
Show description for 74e0070
TushigBili
authored
74e0070
View commit details
Copy full SHA for 74e0070
Browse repository at this point
Fix gunicorn argument parsing and MongoDB _id field error
Show description for a5f0e7e
TushigBili
committed
a5f0e7e
View commit details
Copy full SHA for a5f0e7e
Browse repository at this point
Move signal handlers after argument parsing to fix initialization order
TushigBili
committed
c2d8df2
View commit details
Copy full SHA for c2d8df2
Browse repository at this point
Merge pull request #38 from cuappdev/maw346/add-daily-sun
Show description for 8b373d9
TushigBili
authored
8b373d9
View commit details
Copy full SHA for 8b373d9
Browse repository at this point
resolve conflicts
TushigBili
committed
71e718a
View commit details
Copy full SHA for 71e718a
Browse repository at this point
Commits on Oct 1, 2025
Added logic to prevent adding duplicate games when scraping
TushigBili
committed
7d35699
View commit details
Copy full SHA for 7d35699
Browse repository at this point
Reworked service methods to check for duplicates and fixed game scraping issue
TushigBili
committed
b66d59f
View commit details
Copy full SHA for b66d59f
Browse repository at this point
Added tournament handling and TBD/TBA updates for games
TushigBili
committed
42d1394
View commit details
Copy full SHA for 42d1394
Browse repository at this point
remove comments that trigger alerts
TushigBili
committed
00f8c7d
View commit details
Copy full SHA for 00f8c7d
Browse repository at this point
remove db game count logging
TushigBili
committed
310de06
View commit details
Copy full SHA for 310de06
Browse repository at this point
Added ticket links to game objects
claiireyu
committed
d94130b
View commit details
Copy full SHA for d94130b
Browse repository at this point
Fixed port from 8001 to 8000
claiireyu
committed
1309c3f
View commit details
Copy full SHA for 1309c3f
Browse repository at this point
Commits on Oct 2, 2025
Merge pull request #40 from cuappdev/fix-duplicate-games
Show description for 5925182
TushigBili
authored
5925182
View commit details
Copy full SHA for 5925182
Browse repository at this point
Commits on Oct 8, 2025
Resolving conflicts
claiireyu
committed
8573e2e
View commit details
Copy full SHA for 8573e2e
Browse repository at this point
Merge pull request #41 from cuappdev/claire/ticketlinks
Show description for 8ff59fd
claiireyu
authored
8ff59fd
View commit details
Copy full SHA for 8ff59fd
Browse repository at this point
Added Daily Sun Images
claiireyu
committed
580a3f3
View commit details
Copy full SHA for 580a3f3
Browse repository at this point
Commits on Oct 15, 2025
Merge pull request #42 from cuappdev/claire/dailySunImages
Show description for f15c721
claiireyu
authored
f15c721
View commit details
Copy full SHA for f15c721
Browse repository at this point
Commits on Oct 22, 2025
Added find by date query to support advanced filters for frontend
TushigBili
committed
7cfaaf9
View commit details
Copy full SHA for 7cfaaf9
Browse repository at this point
Commits on Oct 23, 2025
Add duration field to YoutubeVideo model and related mutations
Show description for 0869246
claiireyu
committed
0869246
View commit details
Copy full SHA for 0869246
Browse repository at this point
Commits on Oct 27, 2025
Merge pull request #43 from cuappdev/advanced-filters
Show description for f89c543
TushigBili
authored
f89c543
View commit details
Copy full SHA for f89c543
Browse repository at this point
Update youtube_stats.py
claiireyu
authored
5348a28
View commit details
Copy full SHA for 5348a28
Browse repository at this point
Merge pull request #44 from cuappdev/claire/youtubeVideoDuration
Show description for d63d932
claiireyu
authored
d63d932
View commit details
Copy full SHA for d63d932
Browse repository at this point
Commits on Nov 17, 2025
Refactor article date handling to use ISO 8601 format
claiireyu
committed
c89babe
View commit details
Copy full SHA for c89babe
Browse repository at this point
Implement sport type extraction from article titles
claiireyu
committed
a366014
View commit details
Copy full SHA for a366014
Browse repository at this point
Commits on Nov 19, 2025
Added sports type to youtube videos
TushigBili
committed
0a892fa
View commit details
Copy full SHA for 0a892fa
Browse repository at this point
Merge pull request #45 from cuappdev/claire/articleVideoTimeFix
Show description for aeb28ff
claiireyu
authored
aeb28ff
View commit details
Copy full SHA for aeb28ff
Browse repository at this point
Resolve conflicts
claiireyu
committed
5a71190
View commit details
Copy full SHA for 5a71190
Browse repository at this point
Merge pull request #46 from cuappdev/claire/articleSportTypeFix
Show description for 8ab9357
claiireyu
authored
8ab9357
View commit details
Copy full SHA for 8ab9357
Browse repository at this point
resolve conflicts
TushigBili
committed
e7a2ec9
View commit details
Copy full SHA for e7a2ec9
Browse repository at this point
Merge pull request #47 from cuappdev/kevin/youtube-sport-filter
Show description for 8124147
TushigBili
authored
8124147
View commit details
Copy full SHA for 8124147
Browse repository at this point
Commits on Jan 23, 2026
Fixes #50
claiireyu
committed
076ecaf
View commit details
Copy full SHA for 076ecaf
Browse repository at this point
Commits on Jan 30, 2026
Fix #49 for baskerball score breakdowns
claiireyu
committed
e848140
View commit details
Copy full SHA for e848140
Browse repository at this point
Merge pull request #51 from cuappdev/claire/boxScoreScraping
Show description for 59175e0
claiireyu
authored
59175e0
View commit details
Copy full SHA for 59175e0
Browse repository at this point
Merge branch 'master' into claire/basketballScoreBreakdown
claiireyu
authored
485b426
View commit details
Copy full SHA for 485b426
Browse repository at this point
Merge pull request #52 from cuappdev/claire/basketballScoreBreakdown
Show description for 720feed
claiireyu
authored
720feed
View commit details
Copy full SHA for 720feed
Browse repository at this point
Fix date comparison in news fetching logic to use datetime object instead of ISO 8601 string
claiireyu
committed
85eac9d
View commit details
Copy full SHA for 85eac9d
Browse repository at this point
Merge pull request #55 from cuappdev/claire/basketballScoreBreakdown
Show description for a883b11
JoshD94
authored
a883b11
View commit details
Copy full SHA for a883b11
Browse repository at this point
fixed youtube b64 thumbnail null issue
JoshD94
committed
4b66034
View commit details
Copy full SHA for 4b66034
Browse repository at this point
You can’t perform that action at this time.