Chore/ux improvement bug fixes - #360
Merged
Merged
Conversation
SagiEv
marked this pull request as ready for review
August 10, 2026 21:12
edenbar23
approved these changes
Aug 11, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Pull Request: UX Improvements & Bug Fixes
Overview
This pull request introduces a batch of crucial UX/UI enhancements, resolves calculation bugs in the analytics system, and optimizes backend caching mechanisms for task management endpoints. These changes collectively improve both the user experience for researchers and the performance of the backend services.
Key Changes
🎨 UX & UI Improvements
GlobalDownloadToast). Additionally, updated the exported CSV format to be more lightweight and traceable.🐛 Bug Fixes
Completedcount accurately reflects only the images that have genuinely reached the required consensus.⚡ Performance & Caching
TasksManagementScreen. Task state mutations (such as pausing or archiving a task) now correctly invalidate the cache tree, ensuring the UI reflects the real-time status instantly without requiring a manual page refresh.🔒 Security & Access Control
Superadminusers are hidden from the researchers' view (e.g., in the co-manager selection lists), preserving identity confidentiality and enforcing strict role boundaries.🧪 Testing & Reliability