summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
9 daystest: reduce test timeouts for faster executionGrail Finder
9 daysfix: update test assertions to match actual question data and optionsGrail Finder (aider)
9 daystest: update question flow test assertions and feedback structureGrail Finder (aider)
9 daysEnha: index adjustGrail Finder
9 daysfix: Add missing correct_index to SQL insert in load_quiz_data.pyGrail Finder (aider)
9 daysfix: add missing fields to question table schema and insertsGrail Finder (aider)
9 daystest: update handlers test to use real question from dbGrail Finder (aider)
9 daysfix: update quiz data loader to match json structureGrail Finder (aider)
9 daysfeat: add script to load quiz data from JSON to databaseGrail Finder (aider)
9 daystest: improve test reliability with explicit waits and timeoutsGrail Finder (aider)
9 daysfix: update test selectors and question text for reliabilityGrail Finder (aider)
9 daysrefactor: clean up imports and formatting in main.goGrail Finder
9 daysfeat: enhance answer handler with validation and feedbackGrail Finder (aider)
9 daysrefactor: update index.html to match Question model structureGrail Finder (aider)
9 daysfix: correct whitespace in test question optionsGrail Finder (aider)
9 daysFeat: question repoGrail Finder
9 daysfeat: add DBGetQuestion to FullRepo interfaceGrail Finder (aider)
9 daysfeat: implement DBGetDefaultsMap in SQL providerGrail Finder (aider)
9 daysfeat: add DBGetQuestion method to SQL providerGrail Finder (aider)
9 daysfeat: add DBGetQuestion method to SQL providerGrail Finder (aider)
9 daysfix: properly fetch question from DB in HandleAnswerGrail Finder (aider)
9 daysfix: update question model fields and feedback checkGrail Finder (aider)
9 daysfix: update test selectors and template error handlingGrail Finder (aider)
9 daystest: add fmt import to handlers_test.goGrail Finder
9 daysperf: reduce test timeouts for lightweight siteGrail Finder (aider)
9 daystest: update handlers test to use data-testid selectorsGrail Finder (aider)
9 daystest: Reduce test timeouts in question flow testsGrail Finder
9 daysrefactor: replace direct table check with VerifyDB methodGrail Finder (aider)
9 daysrefactor: remove migrations and add schema verificationGrail Finder (aider)
9 daysfix: properly initialize and run database migrationsGrail Finder (aider)
9 daysrefactor: simplify SQLite connection handling and path managementGrail Finder (aider)
9 daysrefactor: update test question to use individual option fieldsGrail Finder (aider)
9 dayschore: update sql imports and add migrations packageGrail Finder (aider)
9 daysfeat: add automatic database migrations on initGrail Finder (aider)
9 daysEnha: users tableGrail Finder
9 daysfeat: add quiz import command to CLIGrail Finder (aider)
9 daysfeat: add SQLite schema for quiz questions storageGrail Finder (aider)
9 daysChore: quiz.jsonGrail Finder
2025-03-30Dep: go mod tidyGrail Finder
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: add playwright and testify for e2e testingGrail Finder (aider)
2025-03-29feat: return HTML feedback for answersGrail Finder (aider)
2025-03-29feat: add answer validation and feedback displayGrail Finder (aider)
2025-03-29fix: correct template scope and add question IDGrail Finder (aider)
2025-03-29Dep: update htmxGrail Finder