index
:
demoon.git
master
Unnamed repository; edit this file 'description' to name the repository.
Grail Finder
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Collapse
)
Author
4 hours
Feat: add mixed exercsises
HEAD
master
Grail Finder
4 hours
feat: add mixed exercise endpoint handler
Grail Finder (aider)
4 hours
refactor: rename DBGetFirst10MixedUbungs to DBListMixed
Grail Finder
4 hours
feat: implement DBGetQuestionsByMixedID method
Grail Finder (aider)
4 hours
feat: add flexible limit to DBListMixed and new DBGetQuestionsByMixedID
Grail Finder
5 hours
feat: add MixedUbung buttons to main page
Grail Finder (aider)
5 hours
refactor: update SQL query and remove question template
Grail Finder
5 hours
feat: implement DBGetMixedUbung method
Grail Finder (aider)
5 hours
feat: add DBGetMixedUbung method to QuestionsRepo interface
Grail Finder
20 hours
Chore: index.html update
Grail Finder
20 hours
feat: add next-question route to router
Grail Finder (aider)
20 hours
fix: properly increment question ID on next button press
Grail Finder (aider)
20 hours
fix: correct type mismatch in answer comparison
Grail Finder (aider)
20 hours
feat: Update question status based on answer correctness
Grail Finder
20 hours
Enha: /answer to return question
Grail Finder
20 hours
feat: return full Question model in /answer response
Grail Finder (aider)
20 hours
feat: update question template and simplify handler logic
Grail Finder
21 hours
refactor: track question status using Status field instead of showNext flag
Grail Finder (aider)
21 hours
refactor: update feedback condition to check Requirement instead of Explanation
Grail Finder
21 hours
feat: show explanations only after answer selection
Grail Finder (aider)
21 hours
refactor: Remove duplicate "Try Again" from feedback template
Grail Finder (aider)
21 hours
feat: Add "Try Again" message before answer submission
Grail Finder (aider)
21 hours
Feat: add config.yml
Grail Finder
21 hours
.
Grail Finder
21 hours
feat: extract feedback into template partial and add Correct field
Grail Finder (aider)
21 hours
refactor: fix variable declaration and remove duplicate code
Grail Finder
22 hours
fix: properly define MainPage handler method
Grail Finder (aider)
22 hours
feat: add next question button functionality
Grail Finder (aider)
22 hours
test: replace flaky e2e test with unit tests for handlers
Grail Finder (aider)
22 hours
test: reduce test timeouts for faster execution
Grail Finder
22 hours
fix: update test assertions to match actual question data and options
Grail Finder (aider)
22 hours
test: update question flow test assertions and feedback structure
Grail Finder (aider)
22 hours
Enha: index adjust
Grail Finder
22 hours
fix: Add missing correct_index to SQL insert in load_quiz_data.py
Grail Finder (aider)
23 hours
fix: add missing fields to question table schema and inserts
Grail Finder (aider)
23 hours
test: update handlers test to use real question from db
Grail Finder (aider)
23 hours
fix: update quiz data loader to match json structure
Grail Finder (aider)
23 hours
feat: add script to load quiz data from JSON to database
Grail Finder (aider)
23 hours
test: improve test reliability with explicit waits and timeouts
Grail Finder (aider)
23 hours
fix: update test selectors and question text for reliability
Grail Finder (aider)
23 hours
refactor: clean up imports and formatting in main.go
Grail Finder
23 hours
feat: enhance answer handler with validation and feedback
Grail Finder (aider)
23 hours
refactor: update index.html to match Question model structure
Grail Finder (aider)
23 hours
fix: correct whitespace in test question options
Grail Finder (aider)
23 hours
Feat: question repo
Grail Finder
23 hours
feat: add DBGetQuestion to FullRepo interface
Grail Finder (aider)
23 hours
feat: implement DBGetDefaultsMap in SQL provider
Grail Finder (aider)
23 hours
feat: add DBGetQuestion method to SQL provider
Grail Finder (aider)
23 hours
feat: add DBGetQuestion method to SQL provider
Grail Finder (aider)
23 hours
fix: properly fetch question from DB in HandleAnswer
Grail Finder (aider)
[next]