summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
5 hoursFeat: add config.ymlHEADmasterGrail Finder
5 hours.Grail Finder
5 hoursfeat: extract feedback into template partial and add Correct fieldGrail Finder (aider)
5 hoursrefactor: fix variable declaration and remove duplicate codeGrail Finder
5 hoursfix: properly define MainPage handler methodGrail Finder (aider)
5 hoursfeat: add next question button functionalityGrail Finder (aider)
6 hourstest: replace flaky e2e test with unit tests for handlersGrail Finder (aider)
6 hourstest: reduce test timeouts for faster executionGrail Finder
6 hoursfix: update test assertions to match actual question data and optionsGrail Finder (aider)
6 hourstest: update question flow test assertions and feedback structureGrail Finder (aider)
6 hoursEnha: index adjustGrail Finder
6 hoursfix: Add missing correct_index to SQL insert in load_quiz_data.pyGrail Finder (aider)
6 hoursfix: add missing fields to question table schema and insertsGrail Finder (aider)
6 hourstest: update handlers test to use real question from dbGrail Finder (aider)
7 hoursfix: update quiz data loader to match json structureGrail Finder (aider)
7 hoursfeat: add script to load quiz data from JSON to databaseGrail Finder (aider)
7 hourstest: improve test reliability with explicit waits and timeoutsGrail Finder (aider)
7 hoursfix: update test selectors and question text for reliabilityGrail Finder (aider)
7 hoursrefactor: clean up imports and formatting in main.goGrail Finder
7 hoursfeat: enhance answer handler with validation and feedbackGrail Finder (aider)
7 hoursrefactor: update index.html to match Question model structureGrail Finder (aider)
7 hoursfix: correct whitespace in test question optionsGrail Finder (aider)
7 hoursFeat: question repoGrail Finder
7 hoursfeat: add DBGetQuestion to FullRepo interfaceGrail Finder (aider)
7 hoursfeat: implement DBGetDefaultsMap in SQL providerGrail Finder (aider)
7 hoursfeat: add DBGetQuestion method to SQL providerGrail Finder (aider)
7 hoursfeat: add DBGetQuestion method to SQL providerGrail Finder (aider)
7 hoursfix: properly fetch question from DB in HandleAnswerGrail Finder (aider)
7 hoursfix: update question model fields and feedback checkGrail Finder (aider)
7 hoursfix: update test selectors and template error handlingGrail Finder (aider)
7 hourstest: add fmt import to handlers_test.goGrail Finder
7 hoursperf: reduce test timeouts for lightweight siteGrail Finder (aider)
7 hourstest: update handlers test to use data-testid selectorsGrail Finder (aider)
7 hourstest: Reduce test timeouts in question flow testsGrail Finder
8 hoursrefactor: replace direct table check with VerifyDB methodGrail Finder (aider)
8 hoursrefactor: remove migrations and add schema verificationGrail Finder (aider)
8 hoursfix: properly initialize and run database migrationsGrail Finder (aider)
8 hoursrefactor: simplify SQLite connection handling and path managementGrail Finder (aider)
8 hoursrefactor: update test question to use individual option fieldsGrail Finder (aider)
9 hourschore: update sql imports and add migrations packageGrail Finder (aider)
9 hoursfeat: add automatic database migrations on initGrail Finder (aider)
9 hoursEnha: users tableGrail Finder
9 hoursfeat: add quiz import command to CLIGrail Finder (aider)
10 hoursfeat: add SQLite schema for quiz questions storageGrail Finder (aider)
10 hoursChore: quiz.jsonGrail Finder
7 daysDep: go mod tidyGrail Finder
7 daystest: improve question flow test robustnessGrail Finder (aider)
7 daystest: simplify question flow test by removing unused importsGrail Finder
7 daysfix: update test to use running server instead of httptestGrail Finder (aider)
7 dayschore: remove unused context import in handlers_test.goGrail Finder (aider)