diff --git a/.gitignore b/.gitignore index 1dda6d3..90a3d93 100644 --- a/.gitignore +++ b/.gitignore @@ -11,13 +11,13 @@ coverage/ *.swp *.swo .venv -.playwright-mcp/ +.playwright-mcp #Data Import Files -data/make-model-import/output/*.sql -data/make-model-import/vehapi.key -data/make-model-import/snapshots/* -!data/make-model-import/snapshots/.gitkeep +data/vehicle-etl/output/*.sql +data/vehicle-etl/vehapi.key +data/vehicle-etl/snapshots/* +!data/vehicle-etl/snapshots/.gitkeep # K8s-aligned configuration and secret mounts (real files ignored; examples committed) config/** @@ -27,4 +27,4 @@ config/** secrets/** !secrets/ !secrets/**/ -!secrets/**/*.example +!secrets/**/*.example \ No newline at end of file diff --git a/.playwright-mcp/menu-bottom-200.png b/.playwright-mcp/menu-bottom-200.png deleted file mode 100644 index 26c3d06..0000000 Binary files a/.playwright-mcp/menu-bottom-200.png and /dev/null differ diff --git a/.playwright-mcp/menu-debug.png b/.playwright-mcp/menu-debug.png deleted file mode 100644 index 85f3d53..0000000 Binary files a/.playwright-mcp/menu-debug.png and /dev/null differ diff --git a/.playwright-mcp/menu-final-position.png b/.playwright-mcp/menu-final-position.png deleted file mode 100644 index 40f3a85..0000000 Binary files a/.playwright-mcp/menu-final-position.png and /dev/null differ diff --git a/.playwright-mcp/menu-portal-test.png b/.playwright-mcp/menu-portal-test.png deleted file mode 100644 index 85f3d53..0000000 Binary files a/.playwright-mcp/menu-portal-test.png and /dev/null differ diff --git a/.playwright-mcp/page-2025-09-22T18-12-05-291Z.png b/.playwright-mcp/page-2025-09-22T18-12-05-291Z.png deleted file mode 100644 index da0631c..0000000 Binary files a/.playwright-mcp/page-2025-09-22T18-12-05-291Z.png and /dev/null differ diff --git a/.playwright-mcp/page-2025-09-22T18-26-02-860Z.png b/.playwright-mcp/page-2025-09-22T18-26-02-860Z.png deleted file mode 100644 index f6553b4..0000000 Binary files a/.playwright-mcp/page-2025-09-22T18-26-02-860Z.png and /dev/null differ diff --git a/.playwright-mcp/quick-action-menu-fixed.png b/.playwright-mcp/quick-action-menu-fixed.png deleted file mode 100644 index 534b4f8..0000000 Binary files a/.playwright-mcp/quick-action-menu-fixed.png and /dev/null differ diff --git a/.playwright-mcp/quick-action-menu-position.png b/.playwright-mcp/quick-action-menu-position.png deleted file mode 100644 index 85f3d53..0000000 Binary files a/.playwright-mcp/quick-action-menu-position.png and /dev/null differ diff --git a/.playwright-mcp/speeddial-check.png b/.playwright-mcp/speeddial-check.png deleted file mode 100644 index 4973b7f..0000000 Binary files a/.playwright-mcp/speeddial-check.png and /dev/null differ diff --git a/data/vehicle-etl/README.md b/data/vehicle-etl/README.md index 92ec49a..edaabb3 100644 --- a/data/vehicle-etl/README.md +++ b/data/vehicle-etl/README.md @@ -36,6 +36,6 @@ Step 1: Fetch Data from VehAPI # Full ETL workflow ./reset_database.sh # Clear old data python3 vehapi_fetch_snapshot.py # Fetch from API - python3 etl_generate_sql.py # Generate SQL + python3 etl_generate_sql.py --snapshot-path snapshots/ # Generate SQL ./import_data.sh # Import to Postgres docker compose exec mvp-redis redis-cli FLUSHALL # Flush Redis Cache for front end diff --git a/docs/PROMPTS.md b/docs/PROMPTS.md index baf2b62..451d67a 100644 --- a/docs/PROMPTS.md +++ b/docs/PROMPTS.md @@ -24,10 +24,7 @@ You are a senior application architect specializing in modern web applications. Read README.md CLAUDE.md and AI-INDEX.md to understand this code repository in the context of this change. *** FEATURE *** -- Vehicles feature. This will include all vehicle cards and details. The photo should display where ever possible that it own't distort the original image too much. +- The mobile site UX. *** CHANGES TO IMPLEMENT *** -Your task is to create a plan to improve the vehicles feature. You need to add the ability to upload a custom image of the vehicle. If there is no custom image uploaded, default it to the make logo which is located at @frontend/public/images/makes/. If the make photo does exist, default to a neutral color in gray. - -*** Explore Agent *** -When you explore for this implementation, look to see if any work has already been done. \ No newline at end of file + The logo for "Log Fuel" will wrap depending on what screen is highlighted. It appears that the font size changes based on if the button is selected or not. Update that so that the font doesn't change. \ No newline at end of file