Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.younegotiate.com/llms.txt

Use this file to discover all available pages before exploring further.

Real-World Example

Jane opens her profile to confirm the personal identity details connected to her consumer account. The portal should show her ecoAddress details while keeping sensitive identity fields protected and controlled.

Visual Flow

How It Should Work

  • It should show the consumer profile details tied to the authenticated account.
  • It should protect sensitive fields that should not be freely editable.
  • It should keep profile details consistent with account matching and communication flows.

How It Should Not Work

  • It should not let the consumer update locked identity fields when those fields are meant to stay fixed.
  • It should not expose another consumer profile.
  • It should not save incomplete or invalid profile data.

Developer Notes

  • The profile layout separates My ecoAddress from communication, billing, and personalization tabs.
  • Profile changes can affect matching, display, and consumer confidence.
  • resources/views/components/consumer/profile-layout.blade.php
  • resources/views/consumer/profile/account.blade.php
  • routes/consumer/index.php
Last modified on May 25, 2026