You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Files in the cloud are static: a user can store and open a document, but there is no way to leave feedback, context, or a discussion on it. For a workspace where files are shared between users, the natural next step after viewing and sharing is being able to comment on a file or folder and pull specific people into that conversation.
Example: two users share a document. One wants to leave a note asking a question and tag the other person so they see it. Today they have to switch to a separate chat and describe which file they mean, losing the connection to the document.
Proposed solution
Add comments on files and folders, with @mentions of other Vault Web users.
Scope:
add, list, and delete comments on a file or folder
@mention other users in a comment, resolved against existing accounts
comments are visible to users who have access to the item, and respect the existing access rules
This issue deliberately opens follow-up surface (mentions, notifications, permissions, threading, activity). It is scoped as a later workspace feature for that reason.
Acceptance criteria
Users can add, list, and delete comments on a file or folder.
Comments support @mentions resolved against existing users.
Problem
Files in the cloud are static: a user can store and open a document, but there is no way to leave feedback, context, or a discussion on it. For a workspace where files are shared between users, the natural next step after viewing and sharing is being able to comment on a file or folder and pull specific people into that conversation.
Example: two users share a document. One wants to leave a note asking a question and tag the other person so they see it. Today they have to switch to a separate chat and describe which file they mean, losing the connection to the document.
Proposed solution
Add comments on files and folders, with @mentions of other Vault Web users.
Scope:
Dependencies and sequencing:
Acceptance criteria
Related: surfaced in the file viewer sidebar (#98); depends on notifications (Vault-Web/vault-web#95) and pairs with internal sharing (#27).