• Joined on 2025-06-03
jared deleted branch f105_umstellung_seaweedS3 from innohub/tatort 2025-09-04 15:17:39 +02:00
jared pushed to development at innohub/tatort 2025-09-04 15:17:39 +02:00
0bbbe0064b Merge pull request 'f105_umstellung_seaweedS3' (#32) from f105_umstellung_seaweedS3 into development
d007513e82 formatting
b9c03831cb switch from minio to seaweed S3 storage: configs and buckets (dev vs. prod, refactoring magic strings)
Compare 3 commits »
jared merged pull request innohub/tatort#32 2025-09-04 15:17:38 +02:00
f105_umstellung_seaweedS3
jared deleted branch f100_backend_api-endpoints_tests from innohub/tatort 2025-09-04 15:16:52 +02:00
jared pushed to development at innohub/tatort 2025-09-04 15:16:52 +02:00
92f5f8e5ed Merge pull request 'f100_backend_api-endpoints_tests' (#31) from f100_backend_api-endpoints_tests into development
1e85df9127 remove unrelated View tests
5a1b27f81c Merge branch 'development' into f094_create_tests
f18ef07116 add tests for API endpoint: vorgang/[vorgang]/vorgangPIN
821b8a6440 refactoring: extract common locals.user definition and translatation of comments
Compare 18 commits »
jared merged pull request innohub/tatort#31 2025-09-04 15:16:50 +02:00
f100_backend_api-endpoints_tests
jared deleted branch f052_admin_area from innohub/tatort 2025-08-21 11:08:50 +02:00
jared pushed to development at innohub/tatort 2025-08-21 11:08:49 +02:00
e3f4a97772 Merge pull request 'f052_admin_area' (#27) from f052_admin_area into development
ec15095da3 remove jssha and add bcrypt for password hashing with salt
723ec0773d add error handling and formatting
9d54a0fdb8 refactor addUser API endpoint to return user object if successful
ef0b981d84 fix user not found during auth
Compare 14 commits »
jared merged pull request innohub/tatort#27 2025-08-21 11:08:45 +02:00
f052_admin_area
jared commented on pull request innohub/tatort#28 2025-08-13 07:30:01 +02:00
f047_neu_Edit-der-Namen

Stimmt das wirklich? Ich glaube, dass ist nicht korrekt es sollte config.json bleiben, da der Container auch eine config.json anlegt

jared commented on pull request innohub/tatort#28 2025-08-13 07:30:01 +02:00
f047_neu_Edit-der-Namen

type hinzufügen

jared commented on pull request innohub/tatort#28 2025-08-13 07:30:01 +02:00
f047_neu_Edit-der-Namen

manualError wird m. E. nicht im code gesetzt. Also es wird nie ein Error definiert, oder?

jared commented on pull request innohub/tatort#28 2025-08-13 07:30:01 +02:00
f047_neu_Edit-der-Namen

Die Componente heißt EditableItem. Das suggeriert, dass damit unterschieldiche Items editierbar sind, also generisch. In meinem Verständins ist das aber eine Componente zugeschnitten für das Editieren des Namens

jared commented on pull request innohub/tatort#28 2025-08-13 07:30:01 +02:00
f047_neu_Edit-der-Namen

Die Funktion commitIfValid setzt editedName = localName.trim();, aber editedName ist ein Prop und sollte nicht direkt überschrieben werden. Stattdessen sollte ein Event ausgelöst werden oder ein Callback genutzt werden.

jared commented on pull request innohub/tatort#28 2025-08-13 07:30:01 +02:00
f047_neu_Edit-der-Namen

Wie du beschrieben hast, unnötige Kommentare und console.logs raus

jared suggested changes for innohub/tatort#28 2025-08-13 07:30:01 +02:00
f047_neu_Edit-der-Namen
jared commented on pull request innohub/tatort#28 2025-08-13 07:30:01 +02:00
f047_neu_Edit-der-Namen

Ok, aber warum. Erwarte ich hier nicht dann die Liste??

jared commented on pull request innohub/tatort#28 2025-08-13 07:30:01 +02:00
f047_neu_Edit-der-Namen

In Progress wird nie gesetzt. Daher bisher keine Funktion

jared commented on pull request innohub/tatort#28 2025-08-13 07:30:01 +02:00
f047_neu_Edit-der-Namen

Funktioniert es denn jetzt???

jared commented on pull request innohub/tatort#27 2025-08-13 07:06:13 +02:00
f052_admin_area

sowas kann man ganz gut in eine constante auslagern also ein enum oder objekt, welches alle routen hält und ich diese dann nur referenzieren muss. das sind solche "magic strings"