summaryrefslogtreecommitdiff
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-05refactor: update feedback condition to check Requirement instead of ExplanationGrail Finder
2025-04-05feat: show explanations only after answer selectionGrail Finder (aider)
2025-04-05refactor: Remove duplicate "Try Again" from feedback templateGrail Finder (aider)
2025-04-05feat: Add "Try Again" message before answer submissionGrail Finder (aider)
2025-04-05Feat: add config.ymlGrail Finder
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-05fix: Add missing correct_index to SQL insert in load_quiz_data.pyGrail Finder (aider)
2025-04-05fix: add missing fields to question table schema and insertsGrail Finder (aider)
2025-04-05test: update handlers test to use real question from dbGrail Finder (aider)
2025-04-05fix: update quiz data loader to match json structureGrail Finder (aider)
2025-04-05feat: add script to load quiz data from JSON to databaseGrail 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-05refactor: update index.html to match Question model structureGrail 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)