Goal
Eliminate the keyword "Taxi" from the entire project metadata and UI to avoid being flagged as an unregulated transportation service.
Instructions
- •Metadata Purge:
- •In
app.json, changenameto "KampüsRoute" andslugto "kampus-route". - •Update
package.jsonnames and descriptions.
- •In
- •Bundle ID Shift: Change Android package name to
com.alper.kampusroute. - •String Refactor:
- •Scan all
.tsxand.jsfiles. - •Replace user-facing "Taxi" with "Yolculuk" or "Ride".
- •Replace "Driver" with "Yol Arkadaşı (Sürücü)".
- •Scan all
- •Legal Guardrails: Ensure the "Terms of Service" UI component explicitly states: "This is a non-commercial, peer-to-peer ride-sharing platform for students."
Constraints
- •Ensure variable names that are coupled with the DB (like
postId) are NOT changed unless the DB Surgeon is active.