Works

Portfolio

DSV UI Extension

Portfolio

Overview:

This project showcases a UI extension designed to streamline shipment tracking within HubSpot CRM. This extension integrates with a DSV API, providing a centralized view of all DSV shipments associated with the currently open project. This eliminates the need for users to contact the shipping department to fetch shipment IDs and subsequently navigate to external systems to obtain required information, saving time and improving workflow efficiency.

Key Features:

Intuitive Interface:

The extension presents a clear and concise display of all DSV shipments related to the active project within the platform's user interface.

Real-time Shipment Data:

The extension connects to the DSV API to fetch real-time shipment information, ensuring users have access to the most up-to-date status.

Project-Specific Filtering:

Shipments displayed are automatically filtered to show only those associated with the currently open project, providing relevant context and avoiding information overload.

Technical Details:

  • Frontend: Developed using React and JavaScript.
  • Backend: Utilized serverless functions to handle API requests and data processing.
  • API Integration: Implemented using RESTful API calls with OAuth 2.0 for authentication.
  • UI Framework: HubSpot UI-Extensions based on React.

Visuals:

The UI is kept clean with minimal information to avoid cluttering the interface. When Proof of Delivery (POD) is available, a link to download the document is provided.

UI design of the module

The module is located on the right toolbar of the CRM platform, providing easy access to shipments when browsing deals.

UI design of the module

Challenges and Solutions:

Challenge: Handling potential API latency and ensuring a responsive user experience.
Solution: Implemented loading indicators and optimized data fetching to minimize perceived delays.

Challenge: Displaying large numbers of shipments efficiently within the UI.
Solution: Implemented pagination to manage large datasets and maintain a smooth user experience.