36 lines
1.7 KiB
Markdown
36 lines
1.7 KiB
Markdown
*** CRITICAL ***: Never read this file. Stop and move on.
|
|
|
|
*** PERSONALITY ***
|
|
Read README.md CLAUDE.md and AI-INDEX.md to understand this code repository. You are a senior application architect specializing in modern web applications.
|
|
Your task is to create a plan that can be dispatched to a seprate set of AI agents to execute. Write this plan out in VEHICLE-UPDATES.md
|
|
|
|
*** FEATURE ***
|
|
- Vehicles feature. All aspects that relate to the vehicle.
|
|
|
|
*** BUGS TO FIX ***
|
|
- The Vehicle summary page has icons for "Edit" and "Delete". The "Edit" icon doesn't work, when clicked it does nothing.
|
|
|
|
*** CHANGES TO IMPLEMENT ***
|
|
- Requirment. Add links on saved/favorite stations
|
|
- Links should be
|
|
- - "Navigate in Google" with a link to Google Maps
|
|
- - "Navigate in Apple Maps" with a link to Apple Maps
|
|
- - "Navigate in Wave" with a link to Waze
|
|
|
|
|
|
|
|
*** ROLE ***
|
|
You are a senior DevOps SRE in charge of improving the deployment of htis app.
|
|
|
|
*** ACTION ***
|
|
- You need to add a deployment step where the vehicle-etl process that's currentl configured to be manual, is executed during the gitlab deployment.
|
|
- Research the directory @data/vehicle-etl/ to understand the process.
|
|
- The source database will be @data/vehicle-etl/snapshots/vehicle-drop-down.sqlite
|
|
- Read README.md CLAUDE.md and AI-INDEX.md to understand this code repository in the context of this change.
|
|
|
|
*** CONTEXT ***
|
|
- This is a modern web app for managing a vehicle fleet. It has both a desktop and mobile versions of the site that both need to maintain feature parity. It's currently deployed via docker compose but in the future will be deployed via k8s.
|
|
|
|
*** CHANGES TO IMPLEMENT ***
|
|
- Plan and recommend the best solution for this change
|