Skip to content

feat(routes-f): add trivia question bank with random selection#593

Merged
davedumto merged 1 commit intoStreamFi-x:devfrom
Simongodw:feat/trivia-question-bank
May 2, 2026
Merged

feat(routes-f): add trivia question bank with random selection#593
davedumto merged 1 commit intoStreamFi-x:devfrom
Simongodw:feat/trivia-question-bank

Conversation

@Simongodw
Copy link
Copy Markdown

  • Add trivia endpoint at app/api/routes-f/trivia/route.ts
  • Bundle 105 trivia questions across 4 categories and 3 difficulty levels
  • Support filtering by category and difficulty
  • Implement secure answer verification with hash-based system
  • Add comprehensive unit tests for both endpoints
  • All files scoped to app/api/routes-f/trivia/ as required

Resolves: #554

- Add trivia endpoint at app/api/routes-f/trivia/route.ts
- Bundle 105 trivia questions across 4 categories and 3 difficulty levels
- Support filtering by category and difficulty
- Implement secure answer verification with hash-based system
- Add comprehensive unit tests for both endpoints
- All files scoped to app/api/routes-f/trivia/ as required

Resolves: StreamFi-x#554
@vercel
Copy link
Copy Markdown

vercel Bot commented Apr 24, 2026

Someone is attempting to deploy a commit to the david's projects Team on Vercel.

A member of the Team first needs to authorize it.

@drips-wave
Copy link
Copy Markdown

drips-wave Bot commented Apr 24, 2026

@Simongodw Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits.

You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀

Learn more about application limits

@davedumto davedumto merged commit 4019688 into StreamFi-x:dev May 2, 2026
1 check failed
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.

feat(routes-f): trivia question bank with random selection

2 participants