egullickson
  • Joined on 2025-12-29
egullickson created pull request egullickson/motovaultpro#28 2026-01-13 02:06:39 +00:00
feat: Total Cost of Ownership (TCO) per Vehicle
egullickson pushed to issue-15-add-tco-feature at egullickson/motovaultpro 2026-01-13 02:06:22 +00:00
9e8f9a1932 feat: add TCO display component (refs #15)
5e40754c68 feat: add ownership cost fields to vehicle form (refs #15)
47de6898cd feat: add TCO API endpoint (refs #15)
381f602e9f feat: add TCO calculation service (refs #15)
35fd1782b4 feat: add maintenance cost aggregation for TCO (refs #15)
Compare 7 commits »
egullickson commented on issue egullickson/motovaultpro#15 2026-01-13 02:06:17 +00:00
feat: Total Cost of Ownership (TCO) per Vehicle

Milestone Execution Complete

Phase: Execution

egullickson created branch issue-15-add-tco-feature in egullickson/motovaultpro 2026-01-13 01:55:31 +00:00
egullickson pushed to issue-15-add-tco-feature at egullickson/motovaultpro 2026-01-13 01:55:31 +00:00
egullickson commented on issue egullickson/motovaultpro#15 2026-01-13 01:52:50 +00:00
feat: Total Cost of Ownership (TCO) per Vehicle

Final Plan: Total Cost of Ownership (TCO) Implementation

Phase: Planning

egullickson commented on issue egullickson/motovaultpro#15 2026-01-13 01:51:59 +00:00
feat: Total Cost of Ownership (TCO) per Vehicle

QR Review: Plan Docs

Phase: Plan-Review

egullickson commented on issue egullickson/motovaultpro#15 2026-01-13 01:51:17 +00:00
feat: Total Cost of Ownership (TCO) per Vehicle

QR Review: Plan Code

Phase: Plan-Review

egullickson commented on issue egullickson/motovaultpro#15 2026-01-13 01:49:38 +00:00
feat: Total Cost of Ownership (TCO) per Vehicle

QR Review: Plan Completeness

Phase: Plan-Review

egullickson commented on issue egullickson/motovaultpro#15 2026-01-13 01:48:25 +00:00
feat: Total Cost of Ownership (TCO) per Vehicle

Plan: Total Cost of Ownership (TCO) Implementation

Phase: Planning

egullickson pushed to main at egullickson/motovaultpro 2026-01-12 03:52:39 +00:00
9059c09d2f Merge branch 'main' of 172.30.1.72:egullickson/motovaultpro
34401179bd chore: update script default
Compare 2 commits »
egullickson deleted branch issue-26-add-user-data-import from egullickson/motovaultpro 2026-01-12 03:22:34 +00:00
egullickson pushed to main at egullickson/motovaultpro 2026-01-12 03:22:33 +00:00
6f86b1e7e9 Merge pull request 'feat: Add user data import feature (Fixes #26)' (#27) from issue-26-add-user-data-import into main
28574b0eb4 fix: preserve vehicle identity by checking ID first in merge mode (refs #26)
62b4dc31ab debug: add comprehensive logging to vehicle import merge (refs #26)
f48a18287b fix: prevent vehicle duplication and enforce tier limits in merge mode (refs #26)
566deae5af fix: match import button style to export button (refs #26)
Compare 12 commits »
egullickson merged pull request egullickson/motovaultpro#27 2026-01-12 03:22:32 +00:00
feat: Add user data import feature (Fixes #26)
egullickson closed issue egullickson/motovaultpro#26 2026-01-12 03:22:32 +00:00
feat: Add user data import feature
egullickson commented on issue egullickson/motovaultpro#26 2026-01-12 03:16:03 +00:00
feat: Add user data import feature

Critical Fix: Vehicle Identity Preservation in Merge Mode

Phase: Execution

egullickson pushed to issue-26-add-user-data-import at egullickson/motovaultpro 2026-01-12 03:15:42 +00:00
28574b0eb4 fix: preserve vehicle identity by checking ID first in merge mode (refs #26)
egullickson pushed to issue-26-add-user-data-import at egullickson/motovaultpro 2026-01-12 03:03:33 +00:00
62b4dc31ab debug: add comprehensive logging to vehicle import merge (refs #26)
egullickson commented on issue egullickson/motovaultpro#26 2026-01-12 02:55:13 +00:00
feat: Add user data import feature

Critical Bugs Fixed: Vehicle Duplication and Tier Limit Bypass

Phase: Execution

egullickson pushed to issue-26-add-user-data-import at egullickson/motovaultpro 2026-01-12 02:54:49 +00:00
f48a18287b fix: prevent vehicle duplication and enforce tier limits in merge mode (refs #26)