Skip to content

TAN-55: Investigate Missing Leetcode Descriptions - #963

Open
angelayu0530 wants to merge 1 commit into
mainfrom
TAN-55
Open

TAN-55: Investigate Missing Leetcode Descriptions #963
angelayu0530 wants to merge 1 commit into
mainfrom
TAN-55

Conversation

@angelayu0530

@angelayu0530 angelayu0530 commented Sep 2, 2026

Copy link
Copy Markdown
Member

ISSUE:
The FetchAllLeetcodeQuestions job bulk-loads every LeetCode problem into QuestionBank, but never fetches the actual description, so those rows go in blank.

SubmissionsHandler just trusts whatever's already in QuestionBank instead of checking and re-fetching. So once a slug got seeded this way, its description stayed null for every submission after that.

Description of changes

Checklist before review

  • I have done a thorough self-review of the PR
  • Copilot has reviewed my latest changes, and all comments have been fixed and/or closed.
  • If I have made database changes, I have made sure I followed all the db repo rules listed in the wiki here. (check if no db changes)
  • All tests have passed
  • I have successfully deployed this PR to staging
  • I have done manual QA in both dev (and staging if possible) and attached screenshots below.

Screenshots

Dev

Staging

…FetchAllLeetcodeQuestions does not fetch the actual description and submission handler just trusts
@angelayu0530
angelayu0530 requested a review from a team September 2, 2026 17:18
@github-actions

github-actions Bot commented Sep 2, 2026

Copy link
Copy Markdown
Contributor

Available PR Commands

  • /ai - Triggers all AI review commands at once
  • /review - AI review of the PR changes
  • /describe - AI-powered description of the PR
  • /improve - AI-powered suggestions
  • /deploy - Deploy to staging

See: https://github.com/tahminator/codebloom/wiki/CI-Commands

@sonarqubecloud

sonarqubecloud Bot commented Sep 2, 2026

Copy link
Copy Markdown

@sonarqubecloud

sonarqubecloud Bot commented Sep 2, 2026

Copy link
Copy Markdown

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.

1 participant