Primakov Alexandr Alexandrovich primakov
  • Joined on 2024-03-22
primakov pushed tag v1.4.2 to bro-js/challenge-pl 2025-12-15 18:22:42 +00:00
primakov pushed to main at bro-js/challenge-pl 2025-12-15 18:22:42 +00:00
842bb959ab 1.4.2
primakov pushed to main at bro-js/challenge-admin-pl 2025-12-15 18:22:08 +00: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 15:03:21 +00: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 14:43:29 +00: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 18:17:06 +00:00
primakov pushed to main at bro-js/challenge-admin-pl 2025-12-14 18:17:06 +00:00
833d1cc14f 1.5.0
primakov pushed to main at bro-js/challenge-admin-pl 2025-12-14 17:51:53 +00: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 17:34:38 +00:00
primakov pushed to main at bro-js/challenge-admin-pl 2025-12-14 17:34:37 +00:00
7dab439f3a 1.4.0
primakov pushed to main at bro-js/challenge-admin-pl 2025-12-14 17:33:40 +00:00
c784626b33 Update SubmissionsPage to include polling interval for API requests, enhancing data retrieval efficiency.
primakov pushed tag v1.3.1 to bro-js/challenge-admin-pl 2025-12-14 13:33:21 +00:00
primakov pushed to main at bro-js/challenge-admin-pl 2025-12-14 13:33:21 +00:00
6b7c773977 1.3.1
primakov pushed to main at bro-js/challenge-admin-pl 2025-12-14 13:25:42 +00:00
a748e608cf Comment out navigation to tasks after successful form submission in TaskFormPage to prevent unintended redirects during testing.
primakov pushed tag v1.4.1 to bro-js/challenge-pl 2025-12-14 13:05:41 +00:00
primakov pushed to main at bro-js/challenge-pl 2025-12-14 13:05:41 +00:00
23ec02e29a 1.4.1
primakov pushed to main at bro-js/challenge-pl 2025-12-14 13:05:08 +00:00
1291519cda Refactor TaskWorkspace to use getFeatureValue for feature flag retrieval, improving clarity and consistency in skip button functionality.
primakov pushed tag v1.4.0 to bro-js/challenge-pl 2025-12-14 13:00:21 +00:00
primakov pushed to main at bro-js/challenge-pl 2025-12-14 13:00:21 +00:00
d2783d01c9 1.4.0
primakov pushed to main at bro-js/challenge-pl 2025-12-14 12:59:11 +00:00
e29242accf Add feature flag for task skip functionality in TaskWorkspace. Update bro.config.js to enable skip button based on feature toggle, enhancing user experience in task management.