Primakov Alexandr Alexandrovich primakov
  • Joined on 2024-03-22
primakov pushed to main at bro-js/challenge-pl 2025-12-12 15:11:43 +03:00
fb8da4ffd9 Enhance TaskWorkspace component to manage submission results more effectively. Introduce state for last submission result and update rendering logic to display either the current or last result. Refactor status display to ensure consistent feedback during task processing, improving user experience.
primakov pushed to main at bro-js/challenge-pl 2025-12-12 15:03:32 +03:00
0965318bca Update TaskWorkspace component to integrate ReactMarkdown for enhanced task description rendering. Add remark-gfm support for GitHub Flavored Markdown, improving text formatting and presentation. Update package dependencies in package.json and package-lock.json to include react-markdown and remark-gfm.
primakov pushed to main at bro-js/challenge-admin-pl 2025-12-10 15:36:19 +03:00
d1bddcf972 Add functionality to restore and save test answers in localStorage for task editing; enhance user experience by preserving input across sessions.
primakov pushed to main at bro-js/challenge-admin-pl 2025-12-10 15:13:10 +03:00
86dffc802b Refactor API response handling in test submission feature to align with server response structure; update ChainsListPage to use 'disabled' prop for button state instead of 'isDisabled', enhancing code clarity and consistency.
primakov pushed to main at bro-js/challenge-admin-pl 2025-12-10 14:50:22 +03:00
7b9cb044fa Enhance test submission feature by adding optional hiddenInstructions field for temporary instructions during LLM checks; update API, UI components, and types to support this functionality, improving task evaluation for teachers and challenge authors.
primakov pushed tag v1.1.0 to bro-js/challenge-admin-pl 2025-12-10 12:42:30 +03:00
primakov pushed to main at bro-js/challenge-admin-pl 2025-12-10 12:42:30 +03:00
fb25422df1 1.1.0
primakov pushed to main at bro-js/challenge-admin-pl 2025-12-10 12:41:09 +03:00
ec79dd58aa Add test submission feature for LLM checks without creating submissions; update API and UI components to support new functionality, enhancing task evaluation for teachers and challenge authors. Update localization for test check messages in English and Russian.
primakov pushed to main at bro-js/challenge-admin-pl 2025-12-10 12:02:16 +03:00
173954f685 Add isActive field to challenge chains and update localization; implement functionality to toggle chain status in the UI, enhancing task management and user experience.
primakov pushed to main at bro-js/challenge-admin-pl 2025-12-10 11:23:28 +03:00
4e1b290f99 Add edit task button to ChainFormPage for improved task management; enhances user interaction by allowing direct navigation to task editing.
primakov pushed to main at bro-js/challenge-admin-pl 2025-12-10 11:11:23 +03:00
7323e80dcb Add user stats page and refactor user navigation; replace modal with dedicated page for user statistics, enhancing routing and UI consistency. Update localization for new status keys in both English and Russian.
primakov pushed to main at bro-js/challenge-admin-pl 2025-12-10 00:36:09 +03:00
06bcb6ee51 Update navigation in SubmissionDetailsPage to include userId in URL if available; initialize selectedUserId in SubmissionsPage from search parameters for improved user experience.
primakov pushed to main at bro-js/challenge-admin-pl 2025-12-10 00:25:30 +03:00
71b6180ab9 Add Submission Details Page and Update Localization for Submissions Overview
primakov pushed to main at bro-js/challenge-admin-pl 2025-12-10 00:07:36 +03:00
8710718a12 Enhance SubmissionDetailsModal by adding max height and overflow properties to DialogContent for improved usability and responsiveness.
primakov pushed to main at bro-js/challenge-admin-pl 2025-12-10 00:01:28 +03:00
e4a1fe4b23 Refactor submissions page to improve participant progress display; replace table with grid layout for better responsiveness and user interaction. Update data processing for participant overview and overall progress calculation.
primakov pushed to main at bro-js/challenge-admin-pl 2025-12-09 23:53:45 +03:00
b3febaeea1 Refactor submission filtering and details display to handle various user and task data types; improve search functionality and localization for better user experience.
primakov pushed to main at bro-js/challenge-admin-pl 2025-12-09 14:37:10 +03:00
cbf2168e52 Add user filtering and progress overview to submissions page; enhance localization for user selection and progress display
primakov pushed tag v1.0.0 to bro-js/challenge-admin-pl 2025-12-09 12:28:48 +03:00
primakov pushed to main at bro-js/challenge-admin-pl 2025-12-09 12:28:47 +03:00
d8d39ea443 1.0.0
primakov pushed to main at bro-js/challenge-admin-pl 2025-12-09 12:28:44 +03:00
cc87f6ff55 Remove unused API endpoints for users and submissions from the API and documentation to streamline the codebase.