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
path:
root
/
internal
Age
Commit message (
Expand
)
Author
39 hours
Feat: add mixed exercsises
HEAD
master
Grail Finder
39 hours
feat: add mixed exercise endpoint handler
Grail Finder (aider)
39 hours
refactor: rename DBGetFirst10MixedUbungs to DBListMixed
Grail Finder
39 hours
feat: implement DBGetQuestionsByMixedID method
Grail Finder (aider)
39 hours
feat: add flexible limit to DBListMixed and new DBGetQuestionsByMixedID
Grail Finder
39 hours
feat: add MixedUbung buttons to main page
Grail Finder (aider)
39 hours
refactor: update SQL query and remove question template
Grail Finder
40 hours
feat: implement DBGetMixedUbung method
Grail Finder (aider)
40 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
2 days
feat: return full Question model in /answer response
Grail Finder (aider)
2 days
feat: update question template and simplify handler logic
Grail Finder
2 days
refactor: track question status using Status field instead of showNext flag
Grail Finder (aider)
2 days
.
Grail Finder
2 days
feat: extract feedback into template partial and add Correct field
Grail Finder (aider)
2 days
refactor: fix variable declaration and remove duplicate code
Grail Finder
2 days
fix: properly define MainPage handler method
Grail Finder (aider)
2 days
feat: add next question button functionality
Grail Finder (aider)
2 days
test: replace flaky e2e test with unit tests for handlers
Grail Finder (aider)
2 days
test: reduce test timeouts for faster execution
Grail Finder
2 days
fix: update test assertions to match actual question data and options
Grail Finder (aider)
2 days
test: update question flow test assertions and feedback structure
Grail Finder (aider)
2 days
Enha: index adjust
Grail Finder
2 days
test: update handlers test to use real question from db
Grail Finder (aider)
2 days
test: improve test reliability with explicit waits and timeouts
Grail Finder (aider)
2 days
fix: update test selectors and question text for reliability
Grail Finder (aider)
2 days
refactor: clean up imports and formatting in main.go
Grail Finder
2 days
feat: enhance answer handler with validation and feedback
Grail Finder (aider)
2 days
fix: correct whitespace in test question options
Grail Finder (aider)
2 days
Feat: question repo
Grail Finder
2 days
feat: add DBGetQuestion to FullRepo interface
Grail Finder (aider)
2 days
feat: implement DBGetDefaultsMap in SQL provider
Grail Finder (aider)
2 days
feat: add DBGetQuestion method to SQL provider
Grail Finder (aider)
2 days
feat: add DBGetQuestion method to SQL provider
Grail Finder (aider)
2 days
fix: properly fetch question from DB in HandleAnswer
Grail Finder (aider)
2 days
fix: update question model fields and feedback check
Grail Finder (aider)
2 days
fix: update test selectors and template error handling
Grail Finder (aider)
2 days
test: add fmt import to handlers_test.go
Grail Finder
2 days
perf: reduce test timeouts for lightweight site
Grail Finder (aider)
2 days
test: update handlers test to use data-testid selectors
Grail Finder (aider)
2 days
test: Reduce test timeouts in question flow tests
Grail Finder
2 days
refactor: replace direct table check with VerifyDB method
Grail Finder (aider)
2 days
refactor: remove migrations and add schema verification
Grail Finder (aider)
2 days
fix: properly initialize and run database migrations
Grail Finder (aider)
2 days
refactor: simplify SQLite connection handling and path management
Grail Finder (aider)
[next]