fleetbase/fleetops

[GFI] Add Card View for Drivers Management

Open

#178 opened on Oct 30, 2025

 (0 comments) (0 reactions) (0 assignees)PHP (55 forks)auto 404
enhancementgood first issuehelp wanted

Repository metrics

Stars
 (17 stars)
PR merge metrics
 (PR metrics pending)

Description

Description:
Introduce a new "Card View" layout for the Drivers Management section to improve visualization and usability.

Tasks:

  • Implement card view mode for drivers similar to the existing implementation in Vehicles Management.
  • Include driver avatar, name, contact info, assigned vehicle, and current status in each card.
  • Add toggle button to switch between table and card views.

Acceptance Criteria:

  • Card view is responsive and matches design style of vehicles card view.
  • Cards display driver data accurately.
  • Switching views preserves filter and pagination state.

References:

  • Use existing card view implementation in Vehicles Management as reference.

Contributor guide