summaryrefslogtreecommitdiff
path: root/internal
AgeCommit message (Expand)Author
9 daysFeat: get next question in mixed groupHEADmasterGrail Finder
2025-04-06Feat: add mixed exercsisesGrail Finder
2025-04-06feat: add mixed exercise endpoint handlerGrail Finder (aider)
2025-04-06refactor: rename DBGetFirst10MixedUbungs to DBListMixedGrail Finder
2025-04-06feat: implement DBGetQuestionsByMixedID methodGrail Finder (aider)
2025-04-06feat: add flexible limit to DBListMixed and new DBGetQuestionsByMixedIDGrail Finder
2025-04-06feat: add MixedUbung buttons to main pageGrail Finder (aider)
2025-04-06refactor: update SQL query and remove question templateGrail Finder
2025-04-06feat: implement DBGetMixedUbung methodGrail Finder (aider)
2025-04-06feat: add DBGetMixedUbung method to QuestionsRepo interfaceGrail Finder
2025-04-05Chore: index.html updateGrail Finder
2025-04-05feat: add next-question route to routerGrail Finder (aider)
2025-04-05fix: properly increment question ID on next button pressGrail Finder (aider)
2025-04-05fix: correct type mismatch in answer comparisonGrail Finder (aider)
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)