Primakov Alexandr Alexandrovich primakov
  • Joined on 2024-03-22
primakov pushed tag v1.3.0 to bro-js/challenge-admin-pl 2025-12-14 12:43:13 +00:00
primakov pushed to main at bro-js/challenge-admin-pl 2025-12-14 12:43:13 +00:00
d0e26b02c7 1.3.0
primakov pushed tag v1.3.0 to bro-js/challenge-pl 2025-12-14 12:42:28 +00:00
primakov pushed to main at bro-js/challenge-pl 2025-12-14 12:42:27 +00:00
e6fae66881 1.3.0
primakov pushed to main at bro-js/challenge-pl 2025-12-14 12:39:50 +00:00
b9af3c4ee5 Enhance task management by adding skip functionality in TaskWorkspace and TaskPage. Implement storage methods for tracking skipped tasks, allowing users to navigate to the next task or the first skipped task seamlessly. Update polling manager configuration for improved performance.
primakov pushed to main at bro-js/challenge-pl 2025-12-14 12:25:55 +00:00
f7df4c755d Refactor TaskWorkspace to conditionally display learning materials with a button for user interaction. Update TaskPage to filter task navigation buttons based on accessibility, improving user experience in task management.
primakov pushed to main at bro-js/challenge-pl 2025-12-14 12:18:28 +00:00
0092e55b65 Add optional learningMaterial field to ChallengeTask model and update API endpoints. Introduce LearningMaterialViewer component for displaying additional educational content in Markdown format. Enhance TaskWorkspace to conditionally render learning materials, improving user experience with task-related resources.
primakov pushed to main at bro-js/challenge-admin-pl 2025-12-14 12:02:48 +00:00
4aae3c154e Add optional learningMaterial field to ChallengeTask model for additional educational content; update API endpoints, TypeScript interfaces, and frontend forms to support this feature. Enhance localization for English and Russian to include new field descriptions and placeholders.
primakov pushed tag v1.2.0 to bro-js/challenge-admin-pl 2025-12-14 11:49:30 +00:00
primakov pushed to main at bro-js/challenge-admin-pl 2025-12-14 11:49:29 +00:00
e93de750fc 1.2.0
primakov pushed to main at bro-js/challenge-admin-pl 2025-12-14 11:46:41 +00:00
5f41c4a943 Enhance dialog components by adding smooth scroll to top functionality upon opening; update ConfirmDialog, ClearSubmissionsDialog, and DuplicateChainDialog for improved user experience. Remove unused ConfirmDialog from ChainsListPage and TasksListPage, streamlining code.
1d364a2351 Refactor ClearSubmissionsDialog and DuplicateChainDialog components by removing unnecessary whitespace; improve code cleanliness and maintainability.
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.
Compare 3 commits »
primakov pushed to dev at bro-js/challenge-admin-pl 2025-12-14 11:46:33 +00:00
5f41c4a943 Enhance dialog components by adding smooth scroll to top functionality upon opening; update ConfirmDialog, ClearSubmissionsDialog, and DuplicateChainDialog for improved user experience. Remove unused ConfirmDialog from ChainsListPage and TasksListPage, streamlining code.
primakov pushed tag v1.2.0 to bro-js/challenge-pl 2025-12-14 11:18:07 +00:00
primakov pushed to main at bro-js/challenge-pl 2025-12-14 11:18:06 +00:00
08b654bd4d 1.2.0
primakov pushed to main at bro-js/challenge-pl 2025-12-14 11:17:33 +00:00
cbf411cd54 Implement final answer management in submission hook and storage utilities. Add functions to save, load, and clear final answers in localStorage. Update useSubmission hook to prioritize final answers over drafts, enhancing user experience during task submissions.
primakov pushed to main at bro-js/challenge-pl 2025-12-14 11:12:35 +00:00
f4e85fe980 Update LoginPage layout for improved spacing and enhance storage utility with new clearAllChainProgress function. Adjust clearAll method to retain workplace number while ensuring all chain progress data is removed upon logout.
primakov pushed to main at bro-js/challenge-pl 2025-12-14 11:08:07 +00:00
3c1a235832 Fix color scheme logic in TaskPage component to ensure consistent button styling based on task accessibility. Simplified the color scheme condition for better readability and maintainability.
primakov pushed to main at bro-js/challenge-pl 2025-12-14 11:06:23 +00:00
1a52901b90 Enhance task navigation and progress tracking across components. Update TaskWorkspace to improve task completion handling and button interactions. Refactor ChainsPage to select the furthest accessible task based on user progress. Implement storage functions for managing furthest task indices, ensuring users can only navigate to available tasks. Update TaskPage to check task accessibility and redirect users appropriately, improving overall user experience.
primakov pushed to main at bro-js/challenge-pl 2025-12-14 10:58:28 +00:00
c9bbe83bbb Refactor Dashboard component to implement a structured routing system with dedicated pages for workplace input, login, chain selection, task management, and completion. Introduce centralized localStorage management for user data and navigation logic, enhancing user experience and streamlining the application flow. Remove the deprecated LoginForm component and update the MainPage to redirect users based on their authentication and task status.
primakov pushed to dev at bro-js/challenge-admin-pl 2025-12-14 10:01:04 +00:00
1d364a2351 Refactor ClearSubmissionsDialog and DuplicateChainDialog components by removing unnecessary whitespace; improve code cleanliness and maintainability.