Primakov Alexandr Alexandrovich primakov
  • Joined on 2024-03-22
primakov pushed to dev at bro-js/challenge-admin-pl 2025-12-13 18:32:27 +00:00
88b95a7651 Add duplicate and clear submissions functionality for challenge chains; implement corresponding dialogs and API endpoints, enhancing user experience and task management. Update localization for new features in English and Russian.
primakov created branch dev in bro-js/challenge-admin-pl 2025-12-13 18:32:27 +00:00
primakov pushed to main at bro-js/challenge-admin-pl 2025-12-13 17:32:28 +00:00
04836ea6ce Implement chain submissions API and update frontend to utilize new endpoint; enhance submissions page with feature flag for API selection, participant progress display, and improved filtering logic.
primakov pushed to main at bro-js/challenge-admin-pl 2025-12-13 17:16:42 +00:00
18e2ccb6bc Add new API endpoint for retrieving submissions by challenge chain; update frontend to support chain selection and display participant progress. Enhance localization for submissions page in English and Russian.
primakov pushed to main at bro-js/challenge-admin-pl 2025-12-13 16:59:39 +00:00
9104280325 Update challengePlayer URL key in URLs data structure to use 'link.challenge.main' for improved navigation consistency.
primakov pushed tag v1.1.0 to bro-js/challenge-pl 2025-12-13 16:30:23 +00:00
primakov pushed to main at bro-js/challenge-pl 2025-12-13 16:30:22 +00:00
9f5a236c7c 1.1.0
primakov pushed to main at bro-js/challenge-pl 2025-12-13 16:28:57 +00:00
dac2ba4078 Update task progress display in MainPage component to remove total task count from the string. This simplifies the information presented to the user while maintaining clarity on the current task index.
primakov pushed to main at bro-js/challenge-pl 2025-12-13 16:27:28 +00:00
f774cd27d8 Implement completion screen in MainPage component to celebrate task achievements. Introduce state management for completed chains and enhance UI with congratulatory messages and a continue button. Remove unused notification logic to streamline the component.
259b1c9353 Add rules and patterns for working with Challenge Platform. Introduce guidelines for Chakra UI usage, localStorage management, context updates, code formatting, and multi-step forms. Enhance user experience with a dynamic queue checking system and progress bar. Include a checklist for commits to ensure code quality and consistency.
Compare 2 commits »
primakov pushed tag v1.0.0 to bro-js/challenge-pl 2025-12-12 13:04:33 +00:00
primakov pushed to main at bro-js/challenge-pl 2025-12-12 13:04:33 +00:00
d5b54138bb 1.0.0
primakov pushed to main at bro-js/challenge-pl 2025-12-12 12:11:43 +00: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 12:03:32 +00: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 12:36:19 +00: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 12:13:10 +00: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 11:50:22 +00: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 09:42:30 +00:00
primakov pushed to main at bro-js/challenge-admin-pl 2025-12-10 09:42:30 +00:00
fb25422df1 1.1.0
primakov pushed to main at bro-js/challenge-admin-pl 2025-12-10 09:41:09 +00: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 09:02:16 +00: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.