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

Add a BulkTags component for handling tagging of entities #4070

Merged
merged 3 commits into from
Jun 17, 2024
Merged

Conversation

bjoernricks
Copy link
Contributor

What

Add a BulkTags component for handling tagging of entities

Why

The BulkTags component provides dialogs and functions for tagging several
entities with an existing or new tag.

References

HOC less entities pages

Checklist

  • Tests

@bjoernricks bjoernricks requested a review from a team as a code owner June 17, 2024 12:53
@bjoernricks bjoernricks enabled auto-merge (rebase) June 17, 2024 12:53
Copy link

github-actions bot commented Jun 17, 2024

Dependency Review

✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.

Snapshot Warnings

⚠️: No snapshots were found for the head SHA c2c8fe3.
Ensure that dependencies are being submitted on PR branches and consider enabling retry-on-snapshot-warnings. See the documentation for more information and troubleshooting advice.

OpenSSF Scorecard

PackageVersionScoreDetails

Scanned Manifest Files

Copy link

Conventional Commits Report

Type Number
Changed 1
Bug Fixes 1
Added 1

🚀 Conventional commits found.

Copy link

codecov bot commented Jun 17, 2024

Codecov Report

Attention: Patch coverage is 90.53498% with 23 lines in your changes missing coverage. Please review.

Project coverage is 72.44%. Comparing base (12f9e5c) to head (870b38c).
Report is 1 commits behind head on main.

Current head 870b38c differs from pull request most recent head c2c8fe3

Please upload reports for the commit c2c8fe3 to get more accurate results.

Files Patch % Lines
src/web/entities/BulkTags.jsx 90.25% 23 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #4070      +/-   ##
==========================================
+ Coverage   72.25%   72.44%   +0.19%     
==========================================
  Files        1064     1066       +2     
  Lines      121658   121953     +295     
  Branches     6002     6047      +45     
==========================================
+ Hits        87899    88351     +452     
+ Misses      33728    33571     -157     
  Partials       31       31              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

The BulkTags component provides dialogs and functions for tagging several
entities with an existing or new tag.
The gmp object is not part of saving a tag. Therefore it shouldn't be
put into the state of the TagDialog and passed to the onSave handler.
Allow to show errors in the TagsDialog. This may be necessary for
example if a new tag can't be created.
@bjoernricks bjoernricks merged commit 0ed5685 into main Jun 17, 2024
10 of 11 checks passed
@bjoernricks bjoernricks deleted the bulk-tags branch June 17, 2024 13:34
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.

2 participants