25baea7447Implement local storage management for selected chain and task in MainPage component. Add state restoration logic on component mount and ensure cleanup on task completion. This enhances user experience by preserving selections across sessions.
main
Primakov Alexandr Alexandrovich
2025-11-04 12:25:27 +03:00
79e3dc9864Refactor Header and TaskWorkspace components to enhance UI and user feedback. Header now accepts chainName and taskProgress props for improved context display. TaskWorkspace updates include styling adjustments, conditional rendering for queue status, and feedback messages, streamlining user interaction during task processing.
Primakov Alexandr Alexandrovich
2025-11-04 11:55:09 +03:00
bb31cc5c6cUpdate TaskWorkspace component to conditionally render queue status based on final submission state, improving user feedback during task processing.
Primakov Alexandr Alexandrovich
2025-11-04 11:52:42 +03:00
4c88e7d19aAdd submission status indicators to TaskWorkspace component, including queue status, acceptance, and revision feedback. Enhance UI with loading spinner and conditional rendering for submission results.
Primakov Alexandr Alexandrovich
2025-11-04 11:43:40 +03:00
ceb8910dcbRemove onTaskComplete call from TaskWorkspace effect to streamline final submission handling.
Primakov Alexandr Alexandrovich
2025-11-04 11:32:34 +03:00
8f7eabc5c4Update API query to keep unused data for 0 seconds and modify triggerCheckStatus to not force a refresh during polling.
Primakov Alexandr Alexandrovich
2025-11-04 11:23:06 +03:00
cde28b1dd8Refactor API response structure to include success status and body for all endpoints, ensuring consistent response format across the application.
Primakov Alexandr Alexandrovich
2025-11-04 11:18:13 +03:00
67f29c103aAdd transformResponse handlers to API queries and mutations for consistent response structure
Primakov Alexandr Alexandrovich
2025-11-04 11:15:55 +03:00
b2eaaebd7fRemove Keycloak integration and related authentication logic. Update dashboard to exclude admin page and simplify user management. Introduce new components for chain selection, header, and login form. Refactor main page to handle user authentication and task selection more effectively. Update API routes for challenge-related endpoints.
Primakov Alexandr Alexandrovich
2025-11-04 11:06:34 +03:00
9b511a8e1eUpdate README.md to provide comprehensive documentation for the Challenge Platform frontend, including project description, features for students and teachers, technology stack, project structure, installation instructions, API endpoints, configuration, local development setup, user roles, and key functionalities.
Primakov Alexandr Alexandrovich
2025-11-03 13:00:46 +03:00
624280ab5eRefactor project structure and integrate Redux for state management. Update configuration files for new project name and add Webpack plugins for environment variables. Implement user authentication with Keycloak and create a context for challenge management. Add various components for user interaction, including dashboards and task workspaces. Enhance API integration and add error handling utilities. Introduce analytics and polling mechanisms for improved user experience.
Primakov Alexandr Alexandrovich
2025-11-03 12:55:34 +03:00
3a65307fd0init brojs
Primakov Alexandr Alexandrovich
2025-11-02 17:44:37 +03:00