• Joined on 2023-03-28
sascha pushed to main at sascha/bullpen 2025-05-27 08:15:28 +02:00
3fa9ff42b5 progress on player list
sascha pushed to main at sascha/bullpen 2025-05-26 15:46:45 +02:00
a7b784de27 fixed unused error
2049c008fd ensure player is loaded
573873fd0e changed type of user parameter
9850441371 added player to store/state
7a12b1c711 added missing imports
Compare 13 commits »
sascha pushed to main at sascha/bullpen 2025-05-25 21:05:08 +02:00
97883d0f07 added player model and service
sascha pushed to main at sascha/bullpen 2025-05-25 21:02:05 +02:00
dec7922727 added route to retrieve player by user id
sascha pushed to main at sascha/bullpen 2025-05-25 19:48:58 +02:00
eca0126f45 fixed determination of user roles in seeder.helper.js
3f48cea5c3 added jerseyNumber to development data
Compare 2 commits »
sascha pushed to main at sascha/bullpen 2025-05-25 15:46:30 +02:00
c5e38c8f39 removed some unused code
sascha pushed to main at sascha/bullpen 2025-05-25 15:43:00 +02:00
7465e9500c split user into user and player and enhanced player with attributes bats, throws, jerseyNumber and state
sascha pushed to feature/matador-ng at sascha/query 2025-05-08 22:04:56 +02:00
c28ba7da5e added test
62e3d18144 formatted file
7d47ef0b82 use static and reinterpret cast instead of c cast
c9cf4b8997 added missing include
Compare 4 commits »
sascha pushed to feature/matador-ng at sascha/query 2025-05-08 16:13:37 +02:00
df0be4f37c progress on session_insert_builder
4e4a294d19 added class uuid to utils
Compare 2 commits »
sascha pushed to main at sascha/bullpen 2025-04-30 17:25:38 +02:00
a18bbff1e2 restructured login
4108388645 added missing imports,removed obsolete code
Compare 2 commits »
sascha pushed to main at sascha/bullpen 2025-04-28 22:49:42 +02:00
787b9879fc frontend and backend progress
sascha pushed to main at sascha/bullpen 2025-04-28 07:43:13 +02:00
888cdae3cd frontend and backend progress
sascha pushed to main at sascha/bullpen 2025-04-21 21:50:30 +02:00
7788369b73 removed unused variable
3b873c62b0 added readme
d10b7efed9 backend fixes
05ead54051 app progress
Compare 4 commits »
sascha pushed to main at sascha/bullpen 2025-04-21 16:07:42 +02:00
c40c931209 added dev docker compose
1fa86d69ae updated app workflow to match backend changes, added server type
c4725a5d73 restructured backend, added test, docker support and info route
Compare 3 commits »
sascha pushed to main at sascha/bullpen 2025-04-11 15:56:10 +02:00
9071886991 renamed login and home view, restructured login view and router, added logo
sascha pushed to main at sascha/bullpen 2025-04-10 16:50:19 +02:00
a18559a77a save bullpen to backend
sascha pushed to main at sascha/bullpen 2025-04-08 16:06:07 +02:00
da83b0b123 bullpen pitch progress
sascha pushed to main at sascha/bullpen 2025-04-07 22:42:16 +02:00
ea885ae56f bullpen page progress
sascha pushed to main at sascha/bullpen 2025-04-06 17:11:11 +02:00
a350b02731 adapted axios service to new backend layout
sascha pushed to main at sascha/bullpen 2025-04-06 14:07:03 +02:00
69427f1809 restructured user, auth, role models