Add threaded comment replies #24
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Context
ReviewCommentis currently a flat list. Once multiple people review the same collection,a flat list cannot express "this reply is about that observation," and discussion on a
photo with more than a few comments becomes unreadable.
Scope
Threaded replies on review comments.
Implementation notes
ReviewCommentand a migration. Keep nestingto a single reply level — deep trees add UI complexity that a photo review discussion
does not need.
orphan or hide the replies; render a tombstone and keep the thread readable.
backfill guesswork about which comment replied to which.
Done when
References
backend/app/models/models.py(ReviewComment)frontend/src/pages/ReviewWorkspace(Comments tab)docs/circa-spec.mdPhase 2Depends on: multi-user roles and attribution.