summaryrefslogtreecommitdiff
path: root/internal
AgeCommit message (Expand)Author
2025-04-05feat: Update question status based on answer correctnessGrail Finder
2025-04-05Enha: /answer to return questionGrail Finder
2025-04-05feat: return full Question model in /answer responseGrail Finder (aider)
2025-04-05feat: update question template and simplify handler logicGrail Finder
2025-04-05refactor: track question status using Status field instead of showNext flagGrail Finder (aider)
2025-04-05.Grail Finder
2025-04-05feat: extract feedback into template partial and add Correct fieldGrail Finder (aider)
2025-04-05refactor: fix variable declaration and remove duplicate codeGrail Finder
2025-04-05fix: properly define MainPage handler methodGrail Finder (aider)
2025-04-05feat: add next question button functionalityGrail Finder (aider)
2025-04-05test: replace flaky e2e test with unit tests for handlersGrail Finder (aider)
2025-04-05test: reduce test timeouts for faster executionGrail Finder
2025-04-05fix: update test assertions to match actual question data and optionsGrail Finder (aider)
2025-04-05test: update question flow test assertions and feedback structureGrail Finder (aider)
2025-04-05Enha: index adjustGrail Finder
2025-04-05test: update handlers test to use real question from dbGrail Finder (aider)
2025-04-05test: improve test reliability with explicit waits and timeoutsGrail Finder (aider)
2025-04-05fix: update test selectors and question text for reliabilityGrail Finder (aider)
2025-04-05refactor: clean up imports and formatting in main.goGrail Finder
2025-04-05feat: enhance answer handler with validation and feedbackGrail Finder (aider)
2025-04-05fix: correct whitespace in test question optionsGrail Finder (aider)
2025-04-05Feat: question repoGrail Finder
2025-04-05feat: add DBGetQuestion to FullRepo interfaceGrail Finder (aider)
2025-04-05feat: implement DBGetDefaultsMap in SQL providerGrail Finder (aider)
2025-04-05feat: add DBGetQuestion method to SQL providerGrail Finder (aider)
2025-04-05feat: add DBGetQuestion method to SQL providerGrail Finder (aider)
2025-04-05fix: properly fetch question from DB in HandleAnswerGrail Finder (aider)
2025-04-05fix: update question model fields and feedback checkGrail Finder (aider)
2025-04-05fix: update test selectors and template error handlingGrail Finder (aider)
2025-04-05test: add fmt import to handlers_test.goGrail Finder
2025-04-05perf: reduce test timeouts for lightweight siteGrail Finder (aider)
2025-04-05test: update handlers test to use data-testid selectorsGrail Finder (aider)
2025-04-05test: Reduce test timeouts in question flow testsGrail Finder
2025-04-05refactor: replace direct table check with VerifyDB methodGrail Finder (aider)
2025-04-05refactor: remove migrations and add schema verificationGrail Finder (aider)
2025-04-05fix: properly initialize and run database migrationsGrail Finder (aider)
2025-04-05refactor: simplify SQLite connection handling and path managementGrail Finder (aider)
2025-04-05refactor: update test question to use individual option fieldsGrail Finder (aider)
2025-04-05chore: update sql imports and add migrations packageGrail Finder (aider)
2025-04-05feat: add automatic database migrations on initGrail Finder (aider)
2025-04-05Enha: users tableGrail Finder
2025-04-05feat: add SQLite schema for quiz questions storageGrail Finder (aider)
2025-03-29test: improve question flow test robustnessGrail Finder (aider)
2025-03-29test: simplify question flow test by removing unused importsGrail Finder
2025-03-29fix: update test to use running server instead of httptestGrail Finder (aider)
2025-03-29chore: remove unused context import in handlers_test.goGrail Finder (aider)
2025-03-29fix: add missing imports and fix syntax in test handler setupGrail Finder (aider)
2025-03-29test: add playwright e2e test for question flowGrail Finder (aider)
2025-03-29feat: return HTML feedback for answersGrail Finder (aider)
2025-03-29feat: add answer validation and feedback displayGrail Finder (aider)