5sControl / 5sControl/5s-frontend
in orders view, add the ability to move columns when clamped
- Lenguaje dominante
- TypeScript
- Estrellas
- 3
- Forks
- 1
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
в orders view, добавить возможность перемещать колонки при зажатии
Expected Result:
При зажатии лкм и перемещении столбцов, они сохраняются в нужном порядке
Guía de contribución
Línea de trabajo
Look for the orders view component, likely in a file like `src/views/OrdersView.tsx` or similar. Investigate the table or grid library being used (e.g., Material-UI, AG Grid, or a custom component) to understand how columns are currently rendered. Research how to implement drag-and-drop column reordering, possibly using a library like `react-dnd`. The goal is to allow left-click drag to reorder columns and persist that order, likely to local storage or backend settings.
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
- Bastante claro
- Aptitud para principiantes
- 55/100