Add SOLD OUT badge and improve deployment docs

- Add SOLD OUT overlay on car detail page image
- Add SOLD OUT badge next to car name
- Add Sold Out status in Admin Cars detail view
- Add soldout field to Car TypeScript interface
- Create PRODUCTION_VALUES.md for deployment reference
- Update CLAUDE.md with CRITICAL deployment section
- Update TROUBLESHOOTING.md with recurring errors

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
AutonetSellCar Deploy
2026-01-03 09:05:16 +09:00
parent 2da464694b
commit b1afea79d9
8 changed files with 593 additions and 25 deletions

View File

@@ -48,6 +48,7 @@ export interface Car {
dealer_description_mn?: string;
dealer_description_ru?: string;
status: string;
soldout?: boolean;
created_at: string;
updated_at: string;
maker?: CarMaker;