Add resolve and reply support

This commit is contained in:
2026-07-28 11:27:20 +02:00
parent fdaee6a69e
commit 0e880fa9b0
8 changed files with 664 additions and 44 deletions

View File

@@ -31,8 +31,9 @@ The following read-only improvements remain before or alongside write support.
## Preparation for write support
- Fetch per-comment update/delete permissions and the exact reply target IDs.
- Fetch per-comment update/delete permissions.
- Define head-SHA conflict handling for comments and suggestions composed
against an older revision.
- Design confirmation and optimistic-update behavior for resolving threads,
submitting reviews, and applying suggestions.
- Design confirmation and optimistic-update behavior for submitting reviews
and applying suggestions. Thread replies and resolution changes now use
confirmed server responses.