Skip to content

feat: multi-select picker for batch document attachment #645

Description

@ericfitz

Summary

Extend the document-editor-dialog (or a sibling flow) to support attaching multiple documents at once via a delegated content picker (Google Drive, Confluence, OneDrive, etc.).

Context

#626 ships single-file picker integration: the source selector in the document-editor-dialog lets the user pick one file from Google Drive, the dialog auto-fills name/URI from the picked file, and the user reviews per-document fields (description, include_in_report, timmy_enabled) before saving.

The Google Picker JS API and the planned Confluence/OneDrive providers all support multi-select natively. Users attaching several documents from the same source today have to open the dialog once per file.

Scope

  • A multi-select flow that produces one document attachment per picked file in a single user gesture.
  • A reasonable per-document editing experience: either a list-editor variant of the dialog (per-file name/description) or a streamlined "create now, edit later" path that drops the user into the documents list with the new rows highlighted for follow-up.
  • Source-selector behavior: multi-select should only be offered for sources that natively support it; URL-paste remains single-file.

Out of scope

Blocks on

Notes

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    Status
    Backlog

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions