eclipse-tractusx / portal-frontend

Portal Frontend
Apache License 2.0
4 stars 25 forks source link

Update "Imprint" Page with Anonymized Data #893

Open jjeroch opened 1 week ago

jjeroch commented 1 week ago

Description:

The "Imprint" page currently displays sensitive information that should be anonymized to protect personal privacy. We require placeholders to replace the direct contact information and names of the board members.

Tasks:

  1. Replace the names of the board members with generic placeholders such as:

    • Board of Directors:
      • CEO: [Placeholder for CEO Name]
      • Deputy CEO: [Placeholder for Deputy CEO Name]
      • Treasurer: [Placeholder for Treasurer Name]
  2. Anonymize the address details to a more generic format without compromising the legitimacy of the legal requirements for an imprint. The updated address should look like this:

    • Address:
      • [Name of the Organization]
      • c/o [Service Company Placeholder]
      • [Placeholder for Street]
      • [Placeholder for Postal Code and City]
  3. Update the Contact & Support section to remove the specific email address and instead provide a general instruction:

    • Contact & Support:
      • For assistance, please refer to our support page or use the contact form provided on our website. For direct inquiries, contact us via the provided channels on the contact page.
  4. Ensure that the privacy link is still accessible but does not display a full URL that could be harvested. Consider using a text link such as "Privacy Policy" that redirects to the appropriate URL without displaying it in full. For the reference solution no link should be connected.

Acceptance Criteria: