summaryrefslogtreecommitdiff
AgeCommit message (Collapse)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
5 hoursfeat: add MixedUbung buttons to main pageGrail Finder (aider)
5 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
21 hoursrefactor: track question status using Status field instead of showNext flagGrail Finder (aider)
21 hoursrefactor: update feedback condition to check Requirement instead of ExplanationGrail Finder
21 hoursfeat: show explanations only after answer selectionGrail Finder (aider)
21 hoursrefactor: Remove duplicate "Try Again" from feedback templateGrail Finder (aider)
21 hoursfeat: Add "Try Again" message before answer submissionGrail Finder (aider)
21 hoursFeat: add config.ymlGrail Finder
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
22 hoursfix: properly define MainPage handler methodGrail Finder (aider)
22 hoursfeat: add next question button functionalityGrail Finder (aider)
22 hourstest: replace flaky e2e test with unit tests for handlersGrail Finder (aider)
22 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 hoursfix: Add missing correct_index to SQL insert in load_quiz_data.pyGrail Finder (aider)
23 hoursfix: add missing fields to question table schema and insertsGrail Finder (aider)
23 hourstest: update handlers test to use real question from dbGrail Finder (aider)
23 hoursfix: update quiz data loader to match json structureGrail Finder (aider)
23 hoursfeat: add script to load quiz data from JSON to databaseGrail 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 hoursrefactor: update index.html to match Question model structureGrail 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)