fix: Fix imports and database bugs. Removed legacy ETL code.
This commit is contained in:
@@ -22,17 +22,17 @@ You are a senior software engineer specializsing in NodeJS, Typescript, front en
|
||||
- Make no assumptions.
|
||||
- Ask clarifying questions.
|
||||
- Ultrathink
|
||||
- You will be fixing a bug with the vehicle catalog import.
|
||||
- You will be fixing a bug with the application backup function.
|
||||
|
||||
*** 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.
|
||||
- Read README.md CLAUDE.md and AI-INDEX.md and follow relevant instructions to understand this code repository in the context of this change.
|
||||
- There is an error when you try and upload a CSV file that is 15.1MB.
|
||||
- The error says the file is too large
|
||||
- We need to increase the max size to 25MB
|
||||
- There is an error when you try and create a backup.
|
||||
- Start with this file. /Users/egullickson/Documents/Technology/coding/motovaultpro/backend/src/features/admin/backup/api/backup.controller.ts
|
||||
|
||||
*** CHANGES TO IMPLEMENT ***
|
||||
- Research this code base and ask iterative questions to compile a complete plan.
|
||||
- Research this code base and ask iterative questions to compile a complete plan.
|
||||
- We will pair troubleshoot this. Tell me what logs and things to run and I will
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user