Users should be able to reorder columns by dragging them to change the workflow sequence according to their needs.
In Project.jsx, columns are rendered in a fixed order based on database order. The existing drag-and-drop setup only handles task movement, not column reordering. Endpoints and controllers will also be required to update the database with the new order.
Relevant files: Project.jsx, projectRoutes.js, typeController.js, typeDB.js
Users should be able to reorder columns by dragging them to change the workflow sequence according to their needs.
In Project.jsx, columns are rendered in a fixed order based on database order. The existing drag-and-drop setup only handles task movement, not column reordering. Endpoints and controllers will also be required to update the database with the new order.
Relevant files: Project.jsx, projectRoutes.js, typeController.js, typeDB.js