-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Propagate filtered shapes Documentation #8181
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
Conversation
Important Review skippedAuto incremental reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the WalkthroughThe recent updates enhance the shapes conversion functionality in the documentation by introducing a new action, "Propagate shapes," to the Changes
Poem
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (invoked as PR comments)
Additionally, you can add CodeRabbit Configuration File (
|
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 0
Outside diff range, codebase verification and nitpick comments (1)
site/content/en/docs/enterprise/shapes-converter.md (1)
39-39
: Inconsistent descriptions of "Propagate shapes" action.The "Propagate shapes" action is described differently in
CHANGELOG.md
andsite/content/en/docs/enterprise/shapes-converter.md
:
CHANGELOG.md
describes it as creating copies of visible shapes on multiple frames forward or backward.shapes-converter.md
states it propagates all the filtered shapes from the current frame to the target frame.Please ensure the descriptions are consistent across all documentation.
Analysis chain
Verify the consistency of the new "Propagate shapes" action.
The addition of "Propagate shapes" to the Select action dropdown is a significant change. It's crucial to ensure that this new functionality is consistently described across all relevant documentation to avoid confusion. Additionally, check if the implementation details and limitations, especially regarding the Free plan, are clear and accurate.
Scripts executed
The following scripts were executed for the analysis:
Script:
#!/bin/bash # Description: Verify the consistency of the "Propagate shapes" action across documentation. # Test: Search for mentions of "Propagate shapes" in other related documentation files. rg --type markdown "Propagate shapes"Length of output: 1185
Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Files selected for processing (2)
- site/content/en/docs/enterprise/shapes-converter.md (1 hunks)
- site/content/en/docs/manual/basics/CVAT-annotation-Interface/objects-sidebar.md (1 hunks)
Additional comments not posted (2)
site/content/en/docs/manual/basics/CVAT-annotation-Interface/objects-sidebar.md (2)
56-56
: Review the addition of the Shapes converter link.The addition of a link to the Shapes converter in the context of filtering shapes is a useful enhancement for users. It directly connects the concept of propagation with the tool necessary for such actions, providing a seamless user experience. Ensure the link is correctly formatted and accessible.
55-56
: Clarify the keyboard shortcut for the Propagate function.The line mentions Ctrl + B as the shortcut for the Propagate function. This could be a typo or an actual change. It's important to verify this shortcut, as it's typically Ctrl + P in many applications for propagation-related actions.
Co-authored-by: Boris Sekachev <[email protected]>
|
Motivation and context
How has this been tested?
Checklist
develop
branch(cvat-canvas,
cvat-core,
cvat-data and
cvat-ui)
License
Feel free to contact the maintainers if that's a concern.
Summary by CodeRabbit
Select action
field in the Shapes Converter.Propagate
function in the annotation interface to support filtering shapes and included a link to further documentation.