Skip to content

Robb8105/Time2Move-Portfolio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Time2Move Product Portfolio

Business automation, SaaS products and operational tools built around real transport and fleet-management problems.

This repository presents selected Time2Move products as public case studies.

The production source code is maintained in private repositories. The goal of this portfolio is to show:

  • the business problems behind each product,
  • product and workflow design,
  • system architecture,
  • integrations and data flow,
  • engineering decisions,
  • implemented functionality,
  • roadmap and development status,
  • my role in the projects.

Portfolio overview

1. myTSLMap

A full-stack SaaS application for fast transport route calculation and pricing.

myTSLMap helps freight forwarders and TSL professionals prepare initial transport quotations using:

  • European road-route calculation,
  • configurable vehicle rates,
  • additional operational costs,
  • user accounts and subscription plans,
  • Stripe Checkout and Customer Portal,
  • Stripe webhook processing,
  • Cloudflare Workers and D1,
  • an experimental custom OCR workflow for freight-platform screenshots.

Key technologies: React, TypeScript, Cloudflare Pages, Cloudflare Workers, Cloudflare D1, Cloudflare KV, OpenRouteService API, Stripe API, REST API.

Open the myTSLMap case study


2. Fleet Operations Ecosystem

An integrated system for fuel data collection, operational alerts and fleet analytics.

The ecosystem combines two connected applications:

FuelTrack

A mobile-first application for recording complete fuel transactions for vehicles and construction equipment.

It captures:

  • fuel deliveries and refuelling,
  • vehicles and machines,
  • drivers and operators,
  • odometer and machine-hour readings,
  • stable asset, person and transaction identifiers,
  • validated operational data.

Open the FuelTrack case study

FleetHub Manager

A mobile management application presenting:

  • document-expiry alerts,
  • service alerts based on kilometres and machine hours,
  • fuel-stock KPIs,
  • monthly consumption,
  • asset-level fuel analytics,
  • vehicle and equipment reporting.

Open the FleetHub Manager case study

Open the complete Fleet Operations Ecosystem case study


Product relationship

flowchart TB
    subgraph SaaS product
        M[myTSLMap]
        M1[Route calculation]
        M2[Transport pricing]
        M3[Subscriptions and billing]
        M4[Experimental OCR]

        M --> M1
        M --> M2
        M --> M3
        M --> M4
    end

    subgraph Fleet Operations Ecosystem
        FT[FuelTrack]
        DATA[Google Sheets and Apps Script]
        FH[FleetHub Manager]

        FT --> DATA
        DATA --> FH
    end
Loading

myTSLMap is an independent SaaS product for the TSL sector.

FuelTrack and FleetHub Manager form one connected operational ecosystem: FuelTrack collects structured data in the field, while FleetHub Manager converts that data into alerts, KPIs and management insight.


Selected engineering areas

Across these products, the portfolio demonstrates experience with:

Product and process design

  • identifying operational problems,
  • translating business workflows into product requirements,
  • designing mobile-first data-entry flows,
  • separating operational input from management reporting,
  • building products around real TSL and fleet workflows.

Frontend and mobile applications

  • React
  • TypeScript
  • Vite
  • responsive user interfaces
  • Capacitor
  • Android application builds

Backend and APIs

  • Cloudflare Workers
  • Google Apps Script
  • REST-style APIs
  • JSON data contracts
  • webhook processing
  • backend validation
  • token-based API configuration

Data and persistence

  • Cloudflare D1
  • Cloudflare KV and caching
  • Google Sheets as an operational data layer
  • stable entity identifiers
  • backward-compatible data-model changes
  • spreadsheet and CSV reporting integration

External integrations

  • OpenRouteService API
  • Stripe API
  • Stripe Checkout
  • Stripe Customer Portal
  • Stripe webhooks
  • Cloudflare Pages and Workers
  • Android packaging and deployment workflows

Automation and AI-related development

  • custom OCR experimentation,
  • extraction of route data from freight-platform screenshots,
  • automated alert generation,
  • automated fuel calculations,
  • document and service monitoring,
  • planned push notifications and AI-assisted workflows.

My role

I designed and developed these products as independent Time2Move projects.

Depending on the project, my role included:

  • Product Owner
  • business and process analyst
  • solution designer
  • workflow designer
  • data-model designer
  • API designer
  • integration designer
  • frontend and backend implementation
  • tester
  • deployment and release owner
  • documentation author

My strongest contribution is connecting operational experience, business requirements and technology into practical products that solve specific problems.


Current product status

Product Status
myTSLMap Core SaaS product and subscription architecture implemented; OCR under active testing
FuelTrack Working Android application with validated fuel-data collection and backend integration
FleetHub Manager Working Android management application with alerts and fuel analytics
Fleet Operations integration End-to-end data flow implemented and tested

Repository structure

Time2Move-Portfolio
├── README.md
└── products
    ├── mytslmap
    │   ├── README.md
    │   └── assets
    └── fleet-operations
        ├── README.md
        ├── fueltrack
        │   ├── README.md
        │   └── assets
        └── fleethub-manager
            ├── README.md
            └── assets

Source-code policy

The production source code remains private because the products contain:

  • proprietary business logic,
  • commercial implementation details,
  • private deployment configuration,
  • integration settings,
  • reusable product architecture.

This public repository contains only:

  • case-study documentation,
  • architecture descriptions,
  • selected screenshots,
  • implemented feature summaries,
  • roadmap information.

No production credentials, secrets or private source code are included.


Portfolio focus

This portfolio is particularly relevant to roles involving:

  • Automation Engineering
  • AI Automation
  • Business Process Automation
  • Product Operations
  • Solutions Engineering
  • Internal Tools Development
  • Logistics and TSL Technology
  • Fleet and Transport Systems
  • Technical Product Ownership

Created by Time2Move

About

Business automation and software product portfolio by Time2Move.

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Contributors