Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: bulk document tagging #3610

Closed

Conversation

moblangeois
Copy link
Contributor

@moblangeois moblangeois commented Jul 3, 2024

Pull Request Checklist

  • Target branch: This pull request targets the dev branch.
  • Description: Implemented bulk tagging and untagging functionality for selected documents.
  • Changelog: A changelog entry has been added at the bottom of the PR description.
  • Documentation: Relevant documentation has been updated to reflect the new functionality.
  • Dependencies: No new dependencies were added.
  • Testing: Tests have been written and run to validate the changes.
  • Code review: A self-review of the code has been performed, addressing coding standard issues and ensuring adherence to the project's coding standards.
  • Prefix: The pull request title has been prefixed with "feat: ".

Changelog Entry

Description

This pull request implements bulk tagging and untagging functionality for selected documents, addressing the feature request in issue #3110. This enhancement improves workflow efficiency by allowing users to manage tags for multiple documents simultaneously.

Added

  • New UI elements for selecting multiple documents in the document list.
  • Functionality to display common tags for selected documents.
  • Bulk tagging feature to add tags to multiple selected documents at once.
  • Bulk untagging feature to remove tags from multiple selected documents at once.

Changed

  • Updated the document list interface to support multi-selection.
  • Modified the tag management interface to work with multiple documents.

Fixed

  • Resolved inefficiency in tagging multiple documents individually.

Additional Information

  • This feature addresses the user story described in issue enh: bulk (un)tag selected documents #3110, where a user needed to tag multiple documents.
  • The implementation follows the suggestions made in the issue, including the ability to add and delete tags for selected documents.
  • Care has been taken to ensure that adding a tag that already exists on a document does not create duplicates, and removing a non-existent tag does not cause errors.

Screenshots or Videos

image

@moblangeois moblangeois changed the base branch from main to dev July 3, 2024 15:14
@tjbck
Copy link
Contributor

tjbck commented Jul 3, 2024

Thanks for the PR, but Document workspace will be entirely overhauled with #3527.

@tjbck tjbck closed this Jul 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants