Vehicle Lookup Feature (Optional)

Vehicle Lookup Feature (Optional)

Vehicle Lookup Feature for Tuning File Platform (Optional)

The Vehicle Lookup Feature allows users to search for detailed vehicle specifications using the VIN (Vehicle Identification Number) or Model Name in the ECU tuning file database. This feature is particularly useful for users who need quick access to vehicle details for tuning or modification purposes in the automotive tuning file platform.

1. Admin: Importing Vehicle Data

To enable the Vehicle Lookup Feature, the Admin must first import vehicle data from a spreadsheet.

Import Process

  1. Prepare the Data File
    • The file should contain vehicle details such as Make, Model, Year, Engine, ECU, VIN, Horsepower, and Gearbox.
    • The data should be structured properly in columns for accurate import.
  2. Divide the Data into Smaller Files
    • Each file must contain only 1,000 records for efficient processing.
    • If the dataset is larger, split it into multiple files.
  3. Upload the Data
    • The admin needs to navigate to the vehicle lookup import page:
    • [client_domain]/import-vehicle-lookup
    • Select the prepared spreadsheet file.
    • Click Upload to process the file.

Once uploaded, the system will validate and store the vehicle records, making them available for search.

2. User: Searching for a Vehicle with Tuning File Search Functionality

Once the database is imported, users can search for vehicle specifications in two ways using the tuning file search functionality:

Using VIN (Vehicle Identification Number)

  • Enter the VIN in the search field.
  • Click Search to retrieve the exact vehicle details.

Using Model Name

  • Enter the Make and Model (e.g., BMW X5).
  • Select the correct generation and year (if needed).
  • Click Search to fetch the relevant specifications.

If a matching vehicle is found, the system will display all stored details, including engine power, ECU information, and tuning compatibility.

3. Disabling the Vehicle Lookup Feature (Admin Only)

If the admin wants to disable the Vehicle Lookup Feature, they can do so by modifying the login page.

Steps to Disable Vehicle Lookup

  1. Open the file:

    resources/views/auth/login.blade.php

  2. Locate the Vehicle Lookup link in the file.
  3. Comment out or remove the link to prevent users from accessing the feature.
    <!-- <a href="[client_domain]/vehicle-lookup">Vehicle Lookup</a> -->

After saving the changes, the Vehicle Lookup Feature will no longer be accessible to users.