1
Changelog
Jonathan Miller edited this page 2026-06-29 16:43:12 +00:00

Changelog

All notable changes to MokoSuite Field are documented in CHANGELOG.md.

This project follows the Keep a Changelog format.

[Unreleased]

Added

  • *Repositoryê — initial repo creation with scaffolding
  • System Plugin — Extension class, service provider
  • SQL Schema — 10 tables: work_orders, equipment, equipment_history, technicians, parts, truck_inventory, work_order_parts, checklists, pm_agreements, dispatches
  • Admin Component — 9 views: dashboard, work orders, equipment, technicians, parts, truck inventory, checklists, PM agreements, dispatches
  • Webservices Plugin — API route stubs
  • Configuration — settings across basic, dispatch, billing, scheduling
  • Access Control — permissions for granular role-based access

Roadmap

Active development is tracked via open issues. Key upcoming work:

  • Table classes and CRUD controllers for all admin entities
  • Admin ListModel and AdminModel classes
  • Admin templates with list/edit layouts
  • Full REST API controllers for webservices routes
  • Mobile technician app
  • Dispatch board with real-time assignment
  • Route optimization and GPS tracking
  • Customer portal and online booking
  • Equipment scanner support