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