FULL TESTING PLAN — MokoSuiteAuto complete stack validation #10

Open
opened 2026-06-21 23:04:42 +00:00 by jmiller · 1 comment
Owner

Full Integration Testing Plan — MokoSuiteAuto

Master testing issue. All sections must pass before stable release.

Sub-Issues

  • #1 Initial scaffold — Pending Testing
  • #2 Vehicle inventory — Pending Testing
  • #3 Sales deals and F&I — Pending Testing
  • #4 Trade-in appraisal — Pending Testing
  • #5 Test drive management — Pending Testing
  • #6 Vehicle search portal — In Progress
  • #8 TEST — All features
  • #9 WIKI — Documentation

Helpers Built (6)

VehicleHelper, DealHelper, TradeInHelper, TestDriveHelper, FinancingHelper, ServiceDeptHelper

Security Review

  • Review #19: 2 critical fixes applied (trade allowance gross profit, negative equity rollover)
## Full Integration Testing Plan — MokoSuiteAuto Master testing issue. All sections must pass before stable release. ### Sub-Issues - [ ] [#1](https://git.mokoconsulting.tech/MokoConsulting/MokoSuiteAuto/issues/1) Initial scaffold — Pending Testing - [ ] [#2](https://git.mokoconsulting.tech/MokoConsulting/MokoSuiteAuto/issues/2) Vehicle inventory — Pending Testing - [ ] [#3](https://git.mokoconsulting.tech/MokoConsulting/MokoSuiteAuto/issues/3) Sales deals and F&I — Pending Testing - [ ] [#4](https://git.mokoconsulting.tech/MokoConsulting/MokoSuiteAuto/issues/4) Trade-in appraisal — Pending Testing - [ ] [#5](https://git.mokoconsulting.tech/MokoConsulting/MokoSuiteAuto/issues/5) Test drive management — Pending Testing - [ ] [#6](https://git.mokoconsulting.tech/MokoConsulting/MokoSuiteAuto/issues/6) Vehicle search portal — In Progress - [ ] [#8](https://git.mokoconsulting.tech/MokoConsulting/MokoSuiteAuto/issues/8) TEST — All features - [ ] [#9](https://git.mokoconsulting.tech/MokoConsulting/MokoSuiteAuto/issues/9) WIKI — Documentation ### Helpers Built (6) VehicleHelper, DealHelper, TradeInHelper, TestDriveHelper, FinancingHelper, ServiceDeptHelper ### Security Review - Review #19: 2 critical fixes applied (trade allowance gross profit, negative equity rollover)
Author
Owner

Testing Checklist

Helpers

  • VehicleHelper — inventory filters, VIN lookup (17-char validation), dashboard, aging report
  • DealHelper — create deal, gross profit (front+back with trade allowance), sales dashboard
  • TradeInHelper — appraisal, equity calculation (negative equity rolls into financed)
  • TestDriveHelper — schedule, mileage check-out/in, daily schedule
  • FinancingHelper — loan calculator, term comparison, deal desking
  • ServiceDeptHelper — create RO, VIN history, open orders

SQL

  • Install creates 6 tables
  • VIN stored uppercase, validated [A-HJ-NPR-Z0-9]{17}

Component

  • Dashboard shows inventory summary, MTD deals, aging
  • Inventory, Deals, TradeIns, TestDrives, ServiceDept views render

API

  • CRUD routes for all 6 endpoints
## Testing Checklist ### Helpers - [ ] VehicleHelper — inventory filters, VIN lookup (17-char validation), dashboard, aging report - [ ] DealHelper — create deal, gross profit (front+back with trade allowance), sales dashboard - [ ] TradeInHelper — appraisal, equity calculation (negative equity rolls into financed) - [ ] TestDriveHelper — schedule, mileage check-out/in, daily schedule - [ ] FinancingHelper — loan calculator, term comparison, deal desking - [ ] ServiceDeptHelper — create RO, VIN history, open orders ### SQL - [ ] Install creates 6 tables - [ ] VIN stored uppercase, validated [A-HJ-NPR-Z0-9]{17} ### Component - [ ] Dashboard shows inventory summary, MTD deals, aging - [ ] Inventory, Deals, TradeIns, TestDrives, ServiceDept views render ### API - [ ] CRUD routes for all 6 endpoints
Sign in to join this conversation.
Priority Medium
Type Feature
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: MokoConsulting/MokoSuiteAuto#10