Age | Commit message (Expand) | Author |
7 days | refactor: rename DBGetFirst10MixedUbungs to DBListMixed | Grail Finder |
7 days | feat: implement DBGetQuestionsByMixedID method | Grail Finder (aider) |
7 days | feat: add flexible limit to DBListMixed and new DBGetQuestionsByMixedID | Grail Finder |
7 days | feat: add MixedUbung buttons to main page | Grail Finder (aider) |
7 days | refactor: update SQL query and remove question template | Grail Finder |
7 days | feat: implement DBGetMixedUbung method | Grail Finder (aider) |
7 days | feat: add DBGetMixedUbung method to QuestionsRepo interface | Grail Finder |
8 days | Chore: index.html update | Grail Finder |
8 days | feat: add next-question route to router | Grail Finder (aider) |
8 days | fix: properly increment question ID on next button press | Grail Finder (aider) |
8 days | fix: correct type mismatch in answer comparison | Grail Finder (aider) |
8 days | feat: Update question status based on answer correctness | Grail Finder |
8 days | Enha: /answer to return question | Grail Finder |
8 days | feat: return full Question model in /answer response | Grail Finder (aider) |
8 days | feat: update question template and simplify handler logic | Grail Finder |
8 days | refactor: track question status using Status field instead of showNext flag | Grail Finder (aider) |
8 days | . | Grail Finder |
8 days | feat: extract feedback into template partial and add Correct field | Grail Finder (aider) |
8 days | refactor: fix variable declaration and remove duplicate code | Grail Finder |
8 days | fix: properly define MainPage handler method | Grail Finder (aider) |
8 days | feat: add next question button functionality | Grail Finder (aider) |
8 days | test: replace flaky e2e test with unit tests for handlers | Grail Finder (aider) |
8 days | test: reduce test timeouts for faster execution | Grail Finder |
8 days | fix: update test assertions to match actual question data and options | Grail Finder (aider) |
8 days | test: update question flow test assertions and feedback structure | Grail Finder (aider) |
8 days | Enha: index adjust | Grail Finder |
8 days | test: update handlers test to use real question from db | Grail Finder (aider) |
8 days | test: improve test reliability with explicit waits and timeouts | Grail Finder (aider) |
8 days | fix: update test selectors and question text for reliability | Grail Finder (aider) |
8 days | refactor: clean up imports and formatting in main.go | Grail Finder |
8 days | feat: enhance answer handler with validation and feedback | Grail Finder (aider) |
8 days | fix: correct whitespace in test question options | Grail Finder (aider) |
8 days | Feat: question repo | Grail Finder |
8 days | feat: add DBGetQuestion to FullRepo interface | Grail Finder (aider) |
8 days | feat: implement DBGetDefaultsMap in SQL provider | Grail Finder (aider) |
8 days | feat: add DBGetQuestion method to SQL provider | Grail Finder (aider) |
8 days | feat: add DBGetQuestion method to SQL provider | Grail Finder (aider) |
8 days | fix: properly fetch question from DB in HandleAnswer | Grail Finder (aider) |
8 days | fix: update question model fields and feedback check | Grail Finder (aider) |
8 days | fix: update test selectors and template error handling | Grail Finder (aider) |
8 days | test: add fmt import to handlers_test.go | Grail Finder |
8 days | perf: reduce test timeouts for lightweight site | Grail Finder (aider) |
8 days | test: update handlers test to use data-testid selectors | Grail Finder (aider) |
8 days | test: Reduce test timeouts in question flow tests | Grail Finder |
8 days | refactor: replace direct table check with VerifyDB method | Grail Finder (aider) |
8 days | refactor: remove migrations and add schema verification | Grail Finder (aider) |
8 days | fix: properly initialize and run database migrations | Grail Finder (aider) |
8 days | refactor: simplify SQLite connection handling and path management | Grail Finder (aider) |
8 days | refactor: update test question to use individual option fields | Grail Finder (aider) |
8 days | chore: update sql imports and add migrations package | Grail Finder (aider) |