feat: Show editor name in transcription read mode status bar #192

Open
opened 2026-04-07 10:32:46 +02:00 by marcel · 0 comments
Owner

Summary

The transcription read mode status bar (#177) shows "Zuletzt bearbeitet: {time}" but not the user name. The TranscriptionBlock API response includes updatedBy as a UUID, but resolving it to a display name requires either:

  • Extending the /api/documents/{id}/transcription-blocks endpoint to include updatedByName in the response
  • Or a separate user lookup

Acceptance criteria

  • Status bar shows "Zuletzt bearbeitet: {name}, {time}" with the actual user name
  • Handle null updatedBy gracefully (e.g., show only the date)

Context

Deferred from #177 to keep the initial read mode implementation lean.

## Summary The transcription read mode status bar (#177) shows "Zuletzt bearbeitet: {time}" but not the user name. The `TranscriptionBlock` API response includes `updatedBy` as a UUID, but resolving it to a display name requires either: - Extending the `/api/documents/{id}/transcription-blocks` endpoint to include `updatedByName` in the response - Or a separate user lookup ## Acceptance criteria - [ ] Status bar shows "Zuletzt bearbeitet: {name}, {time}" with the actual user name - [ ] Handle null `updatedBy` gracefully (e.g., show only the date) ## Context Deferred from #177 to keep the initial read mode implementation lean.
marcel added the featureui labels 2026-04-07 10:32:50 +02:00
Sign in to join this conversation.
No Label feature ui
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: marcel/familienarchiv#192