• Joined on 2026-03-17
marcel merged pull request marcel/familienarchiv#59 2026-03-24 22:09:38 +01:00
feat: backfill file hashes for existing documents (#56)
marcel closed issue marcel/familienarchiv#56 2026-03-24 22:09:38 +01:00
As an admin I want to backfill file hashes for already-uploaded documents so existing files are covered by the annotation versioning feature
marcel deleted branch feature/55-file-hash-annotations from marcel/familienarchiv 2026-03-24 22:09:18 +01:00
marcel pushed to main at marcel/familienarchiv 2026-03-24 22:09:18 +01:00
7fbc33b32d feat(frontend): hide outdated annotations when file version changes
93f57477cd feat(backend): hash uploaded files and store hash on documents and annotations
Compare 2 commits »
marcel closed issue marcel/familienarchiv#55 2026-03-24 22:09:14 +01:00
As an admin I want annotations to stay linked to their file version so they disappear when a different file is uploaded but reappear if the original file is re-uploaded
marcel merged pull request marcel/familienarchiv#58 2026-03-24 22:09:13 +01:00
feat: annotations linked to file version (#55)
marcel opened issue marcel/familienarchiv#62 2026-03-24 22:04:08 +01:00
As a user I want a focused document view with a resizable bottom panel so I can read documents, transcriptions, and discussions without sidebar clutter
marcel pushed to feature/56-backfill-file-hashes at marcel/familienarchiv 2026-03-24 18:19:08 +01:00
63013cc86a test(e2e): update reader annotation test to match post-#61 behaviour
9e2419a48e feat(frontend): remove document status pills
Compare 2 commits »
marcel opened issue marcel/familienarchiv#61 2026-03-24 18:01:57 +01:00
As a user I want the annotation toggle in the document header so I can easily find and activate annotation mode
marcel opened issue marcel/familienarchiv#60 2026-03-24 17:54:22 +01:00
As a user I want a unified comment drawer on the document detail page so discussion and annotation comments are in one place and the PDF always stays fully visible
marcel created pull request marcel/familienarchiv#59 2026-03-24 17:34:33 +01:00
feat: backfill file hashes for existing documents (#56)
marcel pushed to feature/56-backfill-file-hashes at marcel/familienarchiv 2026-03-24 17:33:29 +01:00
00195dc8db feat(frontend): add backfill file hashes card to admin System tab
0ec86220d3 feat(backend): add POST /api/admin/backfill-file-hashes endpoint
Compare 2 commits »
marcel created branch feature/56-backfill-file-hashes in marcel/familienarchiv 2026-03-24 17:33:27 +01:00
marcel created pull request marcel/familienarchiv#58 2026-03-24 17:12:00 +01:00
feat: annotations linked to file version (#55)
marcel pushed to feature/55-file-hash-annotations at marcel/familienarchiv 2026-03-24 17:09:56 +01:00
7fbc33b32d feat(frontend): hide outdated annotations when file version changes
93f57477cd feat(backend): hash uploaded files and store hash on documents and annotations
Compare 2 commits »
marcel created branch feature/55-file-hash-annotations in marcel/familienarchiv 2026-03-24 17:09:55 +01:00
marcel deleted branch feature/50-document-comments from marcel/familienarchiv 2026-03-24 12:57:58 +01:00
marcel closed issue marcel/familienarchiv#50 2026-03-24 12:57:55 +01:00
As a user I want to comment on documents and reply to others so we can discuss and annotate our findings
marcel pushed to main at marcel/familienarchiv 2026-03-24 12:57:54 +01:00
34c66f80fc fix(e2e): fix annotation delete test and harden comments fetch
fd03e56c85 fix(comments): remount AnnotationCommentPanel when switching annotations
af57b4e530 feat(annotations): add hover effect — increased opacity and inset border on hover
aaa9286612 feat(comments): warn before deleting annotation with comments
646674b06a fix(comments): open panel on annotation creation and enlarge comment count pill
Compare 10 commits »
marcel merged pull request marcel/familienarchiv#57 2026-03-24 12:57:53 +01:00
feat(#50): document & annotation comments