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