Service Reordering Capability

Current Issue: The current implementation only allows services to be ordered by their ID for each agent. When new services are created, there is no built-in functionality to reorder them, forcing users to delete and recreate services to achieve the desired order. Proposed Solution: Implement a drag-and-drop reordering functionality for agent services that would: - Allow manual reordering of services within an agent's service list - Save the custom order independently of service IDs - Maintain the order across sessions and updates Technical Implementation Suggestion: - Add a new database field for 'display_order' in the agent-services relationship table - Create a simple interface in the admin panel where services can be dragged and reordered - Implement an AJAX-based saving mechanism to update the order without page refresh

Roberto Sousa posted 5 months ago

Discussion

Voters