summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
7 daysfeat: add DBGetMixedUbung method to QuestionsRepo interfaceGrail Finder
8 daysChore: index.html updateGrail Finder
8 daysfeat: add next-question route to routerGrail Finder (aider)
8 daysfix: properly increment question ID on next button pressGrail Finder (aider)
8 daysfix: correct type mismatch in answer comparisonGrail Finder (aider)
8 daysfeat: Update question status based on answer correctnessGrail Finder
8 daysEnha: /answer to return questionGrail Finder
8 daysfeat: return full Question model in /answer responseGrail Finder (aider)
8 daysfeat: update question template and simplify handler logicGrail Finder
8 daysrefactor: track question status using Status field instead of showNext flagGrail Finder (aider)
8 daysrefactor: update feedback condition to check Requirement instead of ExplanationGrail Finder
8 daysfeat: show explanations only after answer selectionGrail Finder (aider)
8 daysrefactor: Remove duplicate "Try Again" from feedback templateGrail Finder (aider)
8 daysfeat: Add "Try Again" message before answer submissionGrail Finder (aider)
8 daysFeat: add config.ymlGrail Finder
8 days.Grail Finder
8 daysfeat: extract feedback into template partial and add Correct fieldGrail Finder (aider)
8 daysrefactor: fix variable declaration and remove duplicate codeGrail Finder
8 daysfix: properly define MainPage handler methodGrail Finder (aider)
8 daysfeat: add next question button functionalityGrail Finder (aider)
8 daystest: replace flaky e2e test with unit tests for handlersGrail Finder (aider)
8 daystest: reduce test timeouts for faster executionGrail Finder
8 daysfix: update test assertions to match actual question data and optionsGrail Finder (aider)
8 daystest: update question flow test assertions and feedback structureGrail Finder (aider)
8 daysEnha: index adjustGrail Finder
8 daysfix: Add missing correct_index to SQL insert in load_quiz_data.pyGrail Finder (aider)
8 daysfix: add missing fields to question table schema and insertsGrail Finder (aider)
8 daystest: update handlers test to use real question from dbGrail Finder (aider)
8 daysfix: update quiz data loader to match json structureGrail Finder (aider)
8 daysfeat: add script to load quiz data from JSON to databaseGrail Finder (aider)
8 daystest: improve test reliability with explicit waits and timeoutsGrail Finder (aider)
8 daysfix: update test selectors and question text for reliabilityGrail Finder (aider)
8 daysrefactor: clean up imports and formatting in main.goGrail Finder
8 daysfeat: enhance answer handler with validation and feedbackGrail Finder (aider)
8 daysrefactor: update index.html to match Question model structureGrail Finder (aider)
8 daysfix: correct whitespace in test question optionsGrail Finder (aider)
8 daysFeat: question repoGrail Finder
8 daysfeat: add DBGetQuestion to FullRepo interfaceGrail Finder (aider)
8 daysfeat: implement DBGetDefaultsMap in SQL providerGrail Finder (aider)
8 daysfeat: add DBGetQuestion method to SQL providerGrail Finder (aider)
8 daysfeat: add DBGetQuestion method to SQL providerGrail Finder (aider)
8 daysfix: properly fetch question from DB in HandleAnswerGrail Finder (aider)
8 daysfix: update question model fields and feedback checkGrail Finder (aider)
8 daysfix: update test selectors and template error handlingGrail Finder (aider)
8 daystest: add fmt import to handlers_test.goGrail Finder
8 daysperf: reduce test timeouts for lightweight siteGrail Finder (aider)
8 daystest: update handlers test to use data-testid selectorsGrail Finder (aider)
8 daystest: Reduce test timeouts in question flow testsGrail Finder
8 daysrefactor: replace direct table check with VerifyDB methodGrail Finder (aider)
8 daysrefactor: remove migrations and add schema verificationGrail Finder (aider)