onOffice-Web-Org / oo-wp-plugin

onOffice for WP-Websites
https://wp-plugin.onoffice.com
GNU General Public License v3.0
9 stars 9 forks source link

Enhancement of the detail page functionality - contact person selection for detail page #835

Open fredericalpers opened 1 month ago

fredericalpers commented 1 month ago

Enhancement of the detail page functionality - contact person selection for detail page

Introduction

Currently, all contact persons of the type broker defined for a property in onOffice enterprise are transferred to the website and displayed with the selected fields from the field list.

User Story

As a real estate agent, I would like to have a new selection box in the settings for the detailed view in the onOffice for WP Websites plugin that allows me to choose between “All contact persons” and “Main contact person”.

This should be realized by a radio select field, so that I can flexibly determine whether all contact persons or only the main contact person are displayed on the detail pages. This functionality helps me to better control the presentation of my properties and the presentation of my team and to offer potential customers more targeted information.

Requirements / Tasks

Design / Screenshots

asp3

yeneastgate commented 2 weeks ago

@fredericalpers When implementing, we have found some issues, please answer the following questions:

  1. For the Contact person box in the backend:
    • Ansprechpartner/ Ansprechpartnerin
    • Alle Ansprechpartner/Ansprechpartnerinnen anzeigen
    • Nur Hauptansprechpartner/Hauptansprechpartnerin anzeigen We tried translating and found that the meaning of each pair of words is the same. What do you want to display in English?
  2. For "Show all contact persons", do you want to display all contact persons or only all contact persons whose contact type is "Broker" Screenshot 2024-06-18 152706
fredericalpers commented 2 weeks ago

@yeneastgate >For the Contact person box in the backend:

In german we differentiate between female and male. In english the headline of the box would just be: "Contact person".

For the select it would be:

For "Show all contact persons", do you want to display all contact persons or only all contact persons whose contact type is "Broker"

It should only display the contact person of type broker.

yeneastgate commented 2 weeks ago

@fredericalpers I got it, thanks for your explanation

yeneastgate commented 2 weeks ago

@fredericalpers I implemented this issue and here is the evidence: https://files.fm/f/g5yzzdmas2. Please check and let me know your opinion. Thanks!