summaryrefslogtreecommitdiff
path: root/internal
AgeCommit message (Expand)Author
39 hoursfeat: add mixed exercise endpoint handlerGrail Finder (aider)
39 hoursrefactor: rename DBGetFirst10MixedUbungs to DBListMixedGrail Finder
39 hoursfeat: implement DBGetQuestionsByMixedID methodGrail Finder (aider)
39 hoursfeat: add flexible limit to DBListMixed and new DBGetQuestionsByMixedIDGrail Finder
40 hoursfeat: add MixedUbung buttons to main pageGrail Finder (aider)
40 hoursrefactor: update SQL query and remove question templateGrail Finder
40 hoursfeat: implement DBGetMixedUbung methodGrail Finder (aider)
40 hoursfeat: add DBGetMixedUbung method to QuestionsRepo interfaceGrail Finder
2 daysChore: index.html updateGrail Finder
2 daysfeat: add next-question route to routerGrail Finder (aider)
2 daysfix: properly increment question ID on next button pressGrail Finder (aider)
2 daysfix: correct type mismatch in answer comparisonGrail Finder (aider)
2 daysfeat: Update question status based on answer correctnessGrail Finder
2 daysEnha: /answer to return questionGrail Finder
2 daysfeat: return full Question model in /answer responseGrail Finder (aider)
2 daysfeat: update question template and simplify handler logicGrail Finder
2 daysrefactor: track question status using Status field instead of showNext flagGrail Finder (aider)
2 days.Grail Finder
2 daysfeat: extract feedback into template partial and add Correct fieldGrail Finder (aider)
2 daysrefactor: fix variable declaration and remove duplicate codeGrail Finder
2 daysfix: properly define MainPage handler methodGrail Finder (aider)
2 daysfeat: add next question button functionalityGrail Finder (aider)
2 daystest: replace flaky e2e test with unit tests for handlersGrail Finder (aider)
2 daystest: reduce test timeouts for faster executionGrail Finder
2 daysfix: update test assertions to match actual question data and optionsGrail Finder (aider)
2 daystest: update question flow test assertions and feedback structureGrail Finder (aider)
2 daysEnha: index adjustGrail Finder
2 daystest: update handlers test to use real question from dbGrail Finder (aider)
2 daystest: improve test reliability with explicit waits and timeoutsGrail Finder (aider)
2 daysfix: update test selectors and question text for reliabilityGrail Finder (aider)
2 daysrefactor: clean up imports and formatting in main.goGrail Finder
2 daysfeat: enhance answer handler with validation and feedbackGrail Finder (aider)
2 daysfix: correct whitespace in test question optionsGrail Finder (aider)
2 daysFeat: question repoGrail Finder
2 daysfeat: add DBGetQuestion to FullRepo interfaceGrail Finder (aider)
2 daysfeat: implement DBGetDefaultsMap in SQL providerGrail Finder (aider)
2 daysfeat: add DBGetQuestion method to SQL providerGrail Finder (aider)
2 daysfeat: add DBGetQuestion method to SQL providerGrail Finder (aider)
2 daysfix: properly fetch question from DB in HandleAnswerGrail Finder (aider)
2 daysfix: update question model fields and feedback checkGrail Finder (aider)
2 daysfix: update test selectors and template error handlingGrail Finder (aider)
2 daystest: add fmt import to handlers_test.goGrail Finder
2 daysperf: reduce test timeouts for lightweight siteGrail Finder (aider)
2 daystest: update handlers test to use data-testid selectorsGrail Finder (aider)
2 daystest: Reduce test timeouts in question flow testsGrail Finder
2 daysrefactor: replace direct table check with VerifyDB methodGrail Finder (aider)
2 daysrefactor: remove migrations and add schema verificationGrail Finder (aider)
2 daysfix: properly initialize and run database migrationsGrail Finder (aider)
2 daysrefactor: simplify SQLite connection handling and path managementGrail Finder (aider)
2 daysrefactor: update test question to use individual option fieldsGrail Finder (aider)