5sControl / 5sControl/5s-frontend
[6h] Create status Worker Display Screen
- Lenguaje dominante
- TypeScript
- Estrellas
- 3
- Forks
- 1
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
### Description:
Develop a user interface (UI) screen that displays a list of workers, showing their current status, the order they are working on, and the operation they are performing. The screen should fetch data from the server-side API and handle any errors gracefully.
### Tasks:
Design a layout for the screen that includes a table or list with the following columns:
Worker Name
Work Status (e.g., "Available", "Busy", etc.)
Order (identifier or name of the order they are working on)
Operation (current task or action)
Integrate the API call to load data from the server.
Ensure the UI is responsive and displays correctly across different devices.
Implement error handling for scenarios like failed data fetch or empty responses, and display appropriate error messages to the user.
Guía de contribución
Línea de trabajo
The issue is for a frontend screen displaying worker status. Start by examining existing React components for similar table/list layouts and API integration patterns in the codebase. Look for API service files to understand how to fetch worker data. Implement the UI with columns for Worker Name, Work Status, Order, and Operation, ensuring responsive design and error handling. Verify by running the app and checking the screen loads data correctly.
Escrito por el modelo de indexación a partir del texto del issue.
Evaluación
- Stack tecnológico
- react, typescript
- Área
- frontend
- Tipo de issue
- Nueva funcionalidad
- Dificultad
- 3/5
- Tiempo estimado
- 1-2 días
- Estado de actividad
- Estancado
- Claridad
- Bien especificado
- Aptitud para principiantes
- 55/100