Robin Dittmar robin
  • Joined on 2023-10-18
robin pushed to main at robin/dttmr-api 2026-08-29 16:59:57 +02:00
67f5d43a58 Merge pull request 'Added invite table' (#29) from dev into main
ac527e1928 feat: added invite table
Compare 2 commits »
robin merged pull request robin/dttmr-api#29 2026-08-29 16:59:56 +02:00
Added invite table
robin created pull request robin/dttmr-api#29 2026-08-29 16:59:51 +02:00
Added invite table
robin pushed to dev at robin/dttmr-api 2026-08-29 16:59:30 +02:00
ac527e1928 feat: added invite table
robin pushed to dev at robin/dttmr-api 2026-08-29 16:18:10 +02:00
ac00c791af Merge pull request 'Workouts sql improvements' (#28) from dev into main
robin pushed to main at robin/dttmr-api 2026-08-29 16:17:15 +02:00
ac00c791af Merge pull request 'Workouts sql improvements' (#28) from dev into main
c468dac5e1 fix: workouts sql improvements
Compare 2 commits »
robin merged pull request robin/dttmr-api#28 2026-08-29 16:17:14 +02:00
Workouts sql improvements
robin created pull request robin/dttmr-api#28 2026-08-29 16:17:09 +02:00
Workouts sql improvements
robin pushed to dev at robin/dttmr-api 2026-08-29 16:16:53 +02:00
c468dac5e1 fix: workouts sql improvements
c466eb59bc Merge pull request 'Improvements to workouts sql' (#27) from dev into main
Compare 2 commits »
robin merged pull request robin/dttmr-api#27 2026-08-29 16:09:08 +02:00
Improvements to workouts sql
robin pushed to main at robin/dttmr-api 2026-08-29 16:09:08 +02:00
c466eb59bc Merge pull request 'Improvements to workouts sql' (#27) from dev into main
3360687a00 fix: workouts sql improvements
Compare 2 commits »
robin created pull request robin/dttmr-api#27 2026-08-29 16:09:02 +02:00
Improvements to workouts sql
robin pushed to dev at robin/dttmr-api 2026-08-29 16:08:45 +02:00
3360687a00 fix: workouts sql improvements
robin pushed to dev at robin/dttmr-api 2026-08-29 15:28:43 +02:00
655f99f166 Merge pull request 'Improved workouts sql schema' (#26) from dev into main
robin merged pull request robin/dttmr-api#26 2026-08-29 15:28:16 +02:00
Improved workouts sql schema
robin pushed to main at robin/dttmr-api 2026-08-29 15:28:16 +02:00
655f99f166 Merge pull request 'Improved workouts sql schema' (#26) from dev into main
ce73cb451a feat: added group_no to template_exercises, to allow grouping exercises to supersets
06846c611d fix: moved rpe to sets rather than workouts
62b3863257 fix: added deleted_at to workouts and workout_sets
95da21a84f fix: added modified_at to template_exercises
Compare 13 commits »
robin created pull request robin/dttmr-api#26 2026-08-29 15:28:10 +02:00
Improved workouts sql schema
robin pushed to dev at robin/dttmr-api 2026-08-29 15:27:13 +02:00
ce73cb451a feat: added group_no to template_exercises, to allow grouping exercises to supersets
06846c611d fix: moved rpe to sets rather than workouts
62b3863257 fix: added deleted_at to workouts and workout_sets
95da21a84f fix: added modified_at to template_exercises
7f98fedaa6 fix: added optional user_id to exercises table
Compare 7 commits »
robin pushed to dev at robin/dttmr-api 2026-08-29 14:53:57 +02:00
78bc7341fc fix: spelling in index name
cf10fda69b fix: added bodyweight_logs as own table and target is now explicity defined as target_sets, target_reps and target_seconds
9f79a5d73b fix: added type column to workout_sets (warm-up, working, drop)
667811a88a fix: added modified_at to workout tables
efc3523579 fix: added user_id column to workouts and templates
Compare 5 commits »
robin pushed to dev at robin/dttmr-api 2026-08-28 14:47:42 +02:00
a405816386 Merge pull request 'Added workouts database schema' (#25) from dev into main