-
Notifications
You must be signed in to change notification settings - Fork 3k
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
[GSoC2024] Displayed total no. of annotations #7654
Conversation
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.
The feature seems to be working, could you add a simple cypress test for it?
changelog.d/20240322_004121_krishavrajsingh_Count_Annotations.md
Outdated
Show resolved
Hide resolved
changelog.d/20240322_004121_krishavrajsingh_Count_Annotations.md
Outdated
Show resolved
Hide resolved
changelog.d/20240322_004121_krishavrajsingh_Count_Annotations.md
Outdated
Show resolved
Hide resolved
cvat-ui/src/components/annotation-page/standard-workspace/objects-side-bar/objects-list.tsx
Outdated
Show resolved
Hide resolved
Co-authored-by: Kirill Lakhov <kirill.9992@gmail.com>
Co-authored-by: Kirill Lakhov <kirill.9992@gmail.com>
Co-authored-by: Kirill Lakhov <kirill.9992@gmail.com>
Hey, it will be good if you refer me some documentation for testing in cvat as I am pretty new to testing. |
|
|
Yes, it would be great.
Just "Total count"?
I thought one more time, let's left as is. |
cvat-ui/src/components/annotation-page/standard-workspace/objects-side-bar/styles.scss
Outdated
Show resolved
Hide resolved
…cts-side-bar/styles.scss Co-authored-by: Boris Sekachev <sekachev.bs@gmail.com>
In this commit I have added "Total Count" for issues and labels. |
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## develop #7654 +/- ##
===========================================
+ Coverage 83.36% 83.37% +0.01%
===========================================
Files 373 373
Lines 39722 39722
Branches 3747 3747
===========================================
+ Hits 33113 33118 +5
+ Misses 6609 6604 -5
|
Hey, I was trying to write some tests but I am not able to login to localhost:8080 in my browser. Localhost:3000 works fine. Where am I doing it wrong?? |
|
I will merge this pull request, please send tests as a separate one. |
Motivation and context
Fixes #4662
If a person wants to see quickly total no. of annotations, this section may come useful.
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.