Robin Dittmar robin
  • Joined on 2023-10-18
robin merged pull request robin/dttmr-api#23 2026-08-21 22:06:18 +02:00
Injecting UserService into ListHandler
robin created pull request robin/dttmr-api#23 2026-08-21 22:06:13 +02:00
Injecting UserService into ListHandler
robin pushed to dev at robin/dttmr-api 2026-08-21 22:05:49 +02:00
deee3e0d4f fix: correctly injecting UserService into ListHandler
robin pushed to dev at robin/dttmr-fe 2026-08-21 21:55:00 +02:00
ee360c6994 Merge pull request 'Major improvements, like deleting lists and list items' (#3) from dev into main
robin pushed to main at robin/dttmr-fe 2026-08-21 21:53:18 +02:00
ee360c6994 Merge pull request 'Major improvements, like deleting lists and list items' (#3) from dev into main
0007f96c35 feat: added delete list & list items
7273fe85d3 fix: utilizing new total/completed fields in /lists endpoint to lazy load items on demand
d00361c4ac fix: use field "email" instead of "user_id" in /lists/user
Compare 4 commits »
robin merged pull request robin/dttmr-fe#3 2026-08-21 21:53:16 +02:00
Major improvements, like deleting lists and list items
robin created pull request robin/dttmr-fe#3 2026-08-21 21:53:11 +02:00
Major improvements, like deleting lists and list items
robin pushed to dev at robin/dttmr-fe 2026-08-21 21:52:35 +02:00
0007f96c35 feat: added delete list & list items
robin pushed to dev at robin/dttmr-fe 2026-08-21 21:52:22 +02:00
7273fe85d3 fix: utilizing new total/completed fields in /lists endpoint to lazy load items on demand
d00361c4ac fix: use field "email" instead of "user_id" in /lists/user
Compare 2 commits »
robin pushed to dev at robin/dttmr-api 2026-08-21 21:52:17 +02:00
ff0fe5ff13 Merge pull request 'Delete lists and add users via email' (#22) from dev into main
robin pushed to main at robin/dttmr-api 2026-08-21 21:51:54 +02:00
ff0fe5ff13 Merge pull request 'Delete lists and add users via email' (#22) from dev into main
b777e00d94 fix: sql identifier in get lists query
f1ea27092f fix: fixed log message
c2912d8d79 feat: added delete endpoints for lists and list items
a1ec7cc24a fix: list_users now cascades delete when user is deleted
Compare 9 commits »
robin merged pull request robin/dttmr-api#22 2026-08-21 21:51:53 +02:00
Delete lists and add users via email
robin created pull request robin/dttmr-api#22 2026-08-21 21:51:42 +02:00
Delete lists and add users via email
robin pushed to dev at robin/dttmr-api 2026-08-21 21:50:18 +02:00
b777e00d94 fix: sql identifier in get lists query
f1ea27092f fix: fixed log message
c2912d8d79 feat: added delete endpoints for lists and list items
a1ec7cc24a fix: list_users now cascades delete when user is deleted
be588dd405 feat: GET /lists now returns total items and completed items of that list
Compare 8 commits »
robin pushed to dev at robin/dttmr-fe 2026-08-21 17:59:42 +02:00
37bfd315e1 Merge pull request 'Created an initial sketch using AI' (#2) from dev into main
robin merged pull request robin/dttmr-fe#2 2026-08-21 17:59:03 +02:00
Created an initial sketch using AI
robin pushed to main at robin/dttmr-fe 2026-08-21 17:59:03 +02:00
37bfd315e1 Merge pull request 'Created an initial sketch using AI' (#2) from dev into main
a8d4b456e4 fix: moved "share list" to list overview, rather than list detail view
c521615537 fix: removed list style
f8df8e224c fix: properly support pwa
10aefdd655 feat: initial sketch with AI
Compare 6 commits »
robin created pull request robin/dttmr-fe#2 2026-08-21 17:57:39 +02:00
Created an initial sketch using AI
robin pushed to dev at robin/dttmr-fe 2026-08-21 17:57:16 +02:00
a8d4b456e4 fix: moved "share list" to list overview, rather than list detail view
c521615537 fix: removed list style
f8df8e224c fix: properly support pwa
10aefdd655 feat: initial sketch with AI
Compare 4 commits »
robin pushed to main at robin/dittmar.dev 2026-08-21 17:50:55 +02:00
b644363a66 feat: hosting new dttmr-fe and dttmr-api