Torsten Schulz torsten
  • Joined on 2025-12-19
torsten pushed to main at torsten/yourpart3 2026-04-17 09:14:32 +02:00
e2c1147d75 feat(vocab): implement SRS features and enhance vocabulary management
torsten pushed to main at torsten/yourpart3 2026-04-17 08:58:53 +02:00
54a77c2e08 feat(vocabService, VocabPracticeDialog, VocabLessonView): enhance vocabulary handling and exposure tracking
torsten pushed to main at torsten/yourpart3 2026-04-17 08:21:04 +02:00
d119869750 feat(bisaya-course): expand numerical didactics with additional glosses
torsten pushed to main at torsten/yourpart3 2026-04-16 22:45:01 +02:00
712370cad3 feat(bisaya-course): add didactics fragments for "Haus & Familie" lessons
torsten pushed to main at torsten/yourpart3 2026-04-16 22:36:17 +02:00
229bdc96bf feat(bisaya-course): update lesson retrieval and didactics processing
torsten pushed to main at torsten/yourpart3 2026-04-16 22:28:14 +02:00
c1421db72c feat(bisaya-course): add new exercises for situational role plays and enhance lesson normalization
torsten pushed to main at torsten/yourpart3 2026-04-16 22:16:24 +02:00
68ac5ec281 feat(bisaya-course): add new lesson and update course creation logic
torsten pushed to main at torsten/yourpart3 2026-04-16 21:55:07 +02:00
6dce418728 feat(bisaya-course): enhance numerical lessons with expanded content
torsten pushed to main at torsten/yourpart3 2026-04-16 16:46:40 +02:00
b2942c1c9d feat(vocabService): enhance answer validation with comparable variants
torsten pushed to main at torsten/yourpart3 2026-04-16 16:42:51 +02:00
41b07a8951 fix(bisaya-course): update alternatives for transformation exercise
torsten pushed to main at torsten/yourpart3 2026-04-16 16:25:49 +02:00
9bc6f32b96 feat(bisaya-course): expand lessons on shopping, prices, and numbers
torsten pushed to main at torsten/yourpart3 2026-04-16 16:09:13 +02:00
8e29953a95 feat(bisaya-course): add new lesson on time and date concepts
torsten pushed to main at torsten/yourpart3 2026-04-16 15:23:03 +02:00
e26a3333c4 fix(vocabLessonReview): improve input normalization by trimming punctuation
torsten pushed to main at torsten/yourpart3 2026-04-16 15:06:19 +02:00
44850d5913 feat(bisaya-course): update gap-fill exercise structure and instructions
torsten pushed to main at torsten/yourpart3 2026-04-16 14:55:46 +02:00
a294a94075 feat(vocabLesson): enhance input handling for gap-fill exercises
torsten pushed to dev at torsten/harheimertc 2026-04-16 13:53:34 +02:00
20a1cdd7f2 Update package version to 1.1.2 in package.json and modify code-analysis.yml to trigger analysis only on pull requests.
torsten pushed to dev at torsten/harheimertc 2026-04-16 13:45:05 +02:00
e3825ad217 Update package version to 1.1.1 in package.json for the Harheimer Tischtennis Club website.
torsten pushed to dev at torsten/harheimertc 2026-04-16 13:36:48 +02:00
a12f1f7815 Remove package version change requirement for main PRs in code-analysis.yml to streamline workflow.
torsten pushed to dev at torsten/harheimertc 2026-04-16 13:16:55 +02:00
6fea2749e0 Add app version display in Footer and implement version API endpoint
torsten pushed to dev at torsten/harheimertc 2026-04-16 13:11:25 +02:00
18da725567 Refactor deployment scripts to use git fetch and reset for pulling latest changes. Update deploy-production.sh and deploy-test.sh to ensure a clean state before deployment. Modify code-analysis.yml to reflect these changes in deployment commands.