Primakov Alexandr Alexandrovich primakov
  • Joined on 2024-03-22
primakov pushed to main at bro-js/challenge-admin-pl 2025-12-18 12:11:36 +03:00
d983e1dce7 Enhance authentication flow by adding token refresh mechanism and improving error handling. Implement checks to prevent authentication loops during API calls and ensure token is updated before requests. This improves user experience and security in the application.
primakov pushed tag v1.5.2 to bro-js/challenge-admin-pl 2025-12-15 21:54:43 +03:00
primakov pushed to main at bro-js/challenge-admin-pl 2025-12-15 21:54:43 +03:00
b2f947e699 1.5.2
primakov pushed to main at bro-js/challenge-admin-pl 2025-12-15 21:53:48 +03:00
43f73a129f Refactor TaskFormPage to split learning material into blocks of 30 lines for improved readability. Each block is displayed with a label indicating its order. This enhances the user experience by organizing content more effectively.
primakov pushed tag v1.4.3 to bro-js/challenge-pl 2025-12-15 21:31:02 +03:00
primakov pushed to main at bro-js/challenge-pl 2025-12-15 21:31:02 +03:00
05c291120d 1.4.3
primakov pushed to main at bro-js/challenge-pl 2025-12-15 21:30:52 +03:00
4fd2e5660c Enhance LearningMaterialViewer and TaskWorkspace components to open links in a new tab with appropriate security attributes. This improves user experience by ensuring external links are handled safely.
primakov pushed tag v1.5.1 to bro-js/challenge-admin-pl 2025-12-15 21:25:03 +03:00
primakov pushed to main at bro-js/challenge-admin-pl 2025-12-15 21:25:03 +03:00
9bc5225c27 1.5.1
primakov pushed tag v1.4.2 to bro-js/challenge-pl 2025-12-15 21:22:42 +03:00
primakov pushed to main at bro-js/challenge-pl 2025-12-15 21:22:42 +03:00
842bb959ab 1.4.2
primakov pushed to main at bro-js/challenge-admin-pl 2025-12-15 21:22:08 +03:00
b69d00052f Add workplaceNumber field to user authentication and statistics API. Update frontend components and localization to support new field. Enhance user experience by displaying workplace information in relevant areas.
primakov pushed to main at bro-js/challenge-pl 2025-12-15 18:03:21 +03:00
eb5bc8a10a Update authUser mutation to accept optional workplaceNumber parameter and adjust login function accordingly. Enhance API logging for authentication requests to include workplaceNumber for better debugging.
primakov pushed to main at bro-js/challenge-pl 2025-12-15 17:43:29 +03:00
a0ac758049 Add refreshChains function to ChallengeContext and integrate it into ChainsPage for improved data management. This allows for manual refreshing of chain data when the component mounts, enhancing user experience.
primakov pushed tag v1.5.0 to bro-js/challenge-admin-pl 2025-12-14 21:17:06 +03:00
primakov pushed to main at bro-js/challenge-admin-pl 2025-12-14 21:17:06 +03:00
833d1cc14f 1.5.0
primakov pushed to main at bro-js/challenge-admin-pl 2025-12-14 20:51:53 +03:00
d624d63a37 Implement submissions polling interval feature in SubmissionsPage, allowing dynamic adjustment of API request frequency based on configuration.
primakov pushed tag v1.4.0 to bro-js/challenge-admin-pl 2025-12-14 20:34:38 +03:00
primakov pushed to main at bro-js/challenge-admin-pl 2025-12-14 20:34:37 +03:00
7dab439f3a 1.4.0
primakov pushed to main at bro-js/challenge-admin-pl 2025-12-14 20:33:40 +03:00
c784626b33 Update SubmissionsPage to include polling interval for API requests, enhancing data retrieval efficiency.