fix(pl24): read MAN category names from mainGroupDescription/groupDescription #35

Merged
root merged 1 commits from dev into main 2026-05-19 09:20:51 +03:00
Owner

MAN truck (p5man) main-vin and sub-vin endpoints return human-readable
names in values.mainGroupDescription and values.groupDescription. Our
parsers only checked the standard caption/description fields used by
VW/Renault/etc., so MAN categories were stored with raw numeric codes
("0", "1", ..., layoutIds like "2884606") as names.

After this change, the user sees proper Turkish names like
"MOTOR, SOĞUTMA SİSTEMLERİ" and "ANTEN". Existing brands fall through
the same field chain as before — captionMatch[2] takes precedence,
keeping their behavior unchanged.

Co-Authored-By: Claude Opus 4.7 noreply@anthropic.com

MAN truck (p5man) main-vin and sub-vin endpoints return human-readable names in values.mainGroupDescription and values.groupDescription. Our parsers only checked the standard caption/description fields used by VW/Renault/etc., so MAN categories were stored with raw numeric codes ("0", "1", ..., layoutIds like "2884606") as names. After this change, the user sees proper Turkish names like "MOTOR, SOĞUTMA SİSTEMLERİ" and "ANTEN". Existing brands fall through the same field chain as before — captionMatch[2] takes precedence, keeping their behavior unchanged. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
root added 1 commit 2026-05-19 09:20:45 +03:00
fix(pl24): read MAN category names from mainGroupDescription/groupDescription
Some checks failed
QA Gate (P0/P1) / Test affected app (pull_request) Has been cancelled
543be19261
MAN truck (p5man) main-vin and sub-vin endpoints return human-readable
names in values.mainGroupDescription and values.groupDescription. Our
parsers only checked the standard caption/description fields used by
VW/Renault/etc., so MAN categories were stored with raw numeric codes
("0", "1", ..., layoutIds like "2884606") as names.

After this change, the user sees proper Turkish names like
"MOTOR, SOĞUTMA SİSTEMLERİ" and "ANTEN". Existing brands fall through
the same field chain as before — captionMatch[2] takes precedence,
keeping their behavior unchanged.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
root merged commit 232e1af307 into main 2026-05-19 09:20:51 +03:00
Sign in to join this conversation.
No Reviewers
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: root/sase.tr#35