Goal
Convert the commercial "Kampüs Taxi" engine into a free-to-use "KampüsRoute" peer-to-peer system.
Instructions
- •Schema Surgery: Scan
prisma/schema.prisma. Removebalance,creditCard, and allTransactionmodels. - •API Cleanup: Delete
backend/src/routes/wallet.jsand remove its registration inindex.js. - •Association Logic: In ride-joining endpoints, replace financial validation with a simple seat availability check.
Constraints
- •Never delete the
UserorPostmodels, only their financial fields. - •Trigger a reminder for
npx prisma generateafter any change.