5sControl / 5sControl/5s-frontend

in orders view, add the ability to move columns when clamped

Ouverte
#612 0 commentaires 0 réactions 0 personnes assignées Voir sur GitHub
enhancement Front
Langage dominant
TypeScript
Étoiles
3
Forks
1
Métriques de merge des PR
Aucune PR mergée en 30 j

Description

в orders view, добавить возможность перемещать колонки при зажатии

Expected Result:
При зажатии лкм и перемещении столбцов, они сохраняются в нужном порядке

Guide de contribution

Ouvrir le guide de contribution

Piste de recherche

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.

Rédigé par le modèle d'indexation à partir du texte de l'issue.

Évaluation

Stack technique
react, typescript
Domaine
frontend
Type d'issue
Fonctionnalité
Difficulté
3/5
Temps estimé
1-2 jours
Activité
À l'abandon
Clarté
Plutôt claire
Accessibilité débutants
55/100

Recevez les nouvelles issues par e-mail

Un résumé court des issues GitHub adaptées aux débutants.