Vehicle drop down and Gas Station fixes

This commit is contained in:
Eric Gullickson
2025-12-17 10:49:29 -06:00
parent 0925a31fd4
commit cd0cfa8913
26 changed files with 133025 additions and 1779 deletions

View File

@@ -18,15 +18,16 @@ Your task is to create a plan that can be dispatched to a seprate set of AI agen
- - "Navigate in Wave" with a link to Waze
*** PERSONALITY ***
You are a senior application architect specializing in modern web applications. Your task is to create a plan to improve the admin settings screen for managing the vehicle catalog.
Then read @docs/admin*.md files then read README.md CLAUDE.md and AI-INDEX.md to understand this code repository in the context of this change.
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 ***
- Admin Settings feature. Specifically improvements in the speed and UX for editing the vehicle catalog.
*** BUGS TO FIX ***
- Loading the data just spins right now. The amount of data overflows the client browser so the UX never shows.
- 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.
*** CHANGES TO IMPLEMENT ***
- Recommend an improved workflow to create, update and delete vehicle catalog combinations.
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.