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
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
4 hours
feat: add MixedUbung buttons to main page
Grail Finder (aider)
4 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
20 hours
refactor: track question status using Status field instead of showNext flag
Grail Finder (aider)
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
21 hours
fix: properly define MainPage handler method
Grail Finder (aider)
21 hours
feat: add next question button functionality
Grail Finder (aider)
21 hours
test: replace flaky e2e test with unit tests for handlers
Grail Finder (aider)
21 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
test: update handlers test to use real question from db
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
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)
23 hours
fix: update question model fields and feedback check
Grail Finder (aider)
23 hours
fix: update test selectors and template error handling
Grail Finder (aider)
23 hours
test: add fmt import to handlers_test.go
Grail Finder
23 hours
perf: reduce test timeouts for lightweight site
Grail Finder (aider)
23 hours
test: update handlers test to use data-testid selectors
Grail Finder (aider)
23 hours
test: Reduce test timeouts in question flow tests
Grail Finder
24 hours
refactor: replace direct table check with VerifyDB method
Grail Finder (aider)
24 hours
refactor: remove migrations and add schema verification
Grail Finder (aider)
24 hours
fix: properly initialize and run database migrations
Grail Finder (aider)
24 hours
refactor: simplify SQLite connection handling and path management
Grail Finder (aider)
[next]