-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improve Duplicate Check #663
Comments
=> I will implement including "two more parts" to the content email:
Note:
=> I will implement this feature in the "contact form", "interest form", and "owner form". Is that right? @fredericalpers Please confirm for me these above points so I can give you the optimized solution. Thanks! |
@yeneastgate I like the solution for the duplicate parts in the email, however I'm not sure if we can use a deep link, such as the link to the contact, to onOffice enterprise, because not everyone who might receive this mail has an onOffice enterprise account. The text should be adjuste a bit and the link should be going to the official enterprise documentation on how to handle duplicates in onOffice enterprise. Is it possible to check for the language set in enterprise? It would be better if a german speaking customer will receive the link as mentioned below for the german help entry and a spanish speaking customer to the spanish version of the help entry and so on. Suggestion for the mail text:Duplicate detected. This data record may be a duplicate of an existing data record. Check for possible duplicates and then decide whether the data record should be updated. How to search and update duplicates in onOffice enterprise:
This duplicate check needs to be implemented in all forms with which a data record can be created in onOffice enterprise |
@fredericalpers i will check and let you know soon |
Only the related issue remains "It would be better if a german speaking customer will receive the link as mentioned below for the german help entry and a spanish speaking customer to the spanish version of the help entry and so on." Because: The only information on the onOffice plugin related to the onOffice enterprise system is: "API secret" & "API token".
We have implemented for "interest form" at the branch "https://github.com/onOffice-Web-Org/oo-wp-plugin/tree/42550-implement-link-guide-check-duplicate". You can test and review it. send.mail.mp4Please, check with the IT department:
|
@yeneastgate I like your suggested solution, however we will have to implement your it in a second step. Since this requires me to send a ticket to the IT-Department which will lead to this issue being blocked until there's a decision and changes made. Please go ahead and first only embed the default link. Thank you :) |
@fredericalpers I got it. Thanks! I will notify you of the estimated time as soon as possible. |
@yeneastgate can this https://apidoc.onoffice.de/actions/datensatz-lesen/user/ be used to read out the API-Users language? "The own user can be queried via resourceid.." |
I will check again. Thanks! |
=> Yes, we can read out the API-Users language However, the value passed in "resourceid" is ID of "API-User" cannot be obtained through "API secret" and "API token" in admin settings. |
@yeneastgate thank you for your feedback. :) As mentioned before please go ahead and first embed the default link to the german enterprise help. We will have to implement your suggested solution in a second step. |
I got it. Thanks! |
=> I have implemented email content like you suggested. Please watch the demo video and let me know your opinions. Thanks!
=> As for detecting language for this link guide, you mentioned that we will do it in the second step. |
@yeneastgate thank you for implementing the duplicate check. We want to roll out the duplicate check "fix" first before making the additional changes to detecting the language of the link. Thank you :) |
INITIATIVE
Improve the usability of the onOffice for WP-Websites Plugin for a better user experience.
EPIC
Change the Duplicate Check behavior.
USER STORY
As a real estate agent heavily reliant on maintaining accurate and complete adress records for customers and prospects, I am concerned about the existing duplicate check functionality in the onOffice for WP-Websites Plugin. The current behavior, wherein data is overridden inavertently in onOffice enterprise when a duplicate email is detected, poses a significant risk of losing or distorting vital customer information. To address this, I require an updated duplicate check mechanism that incorporates the "noOverrideByDuplicate" principle and notifies me via email upon detecting a duplicate entry. This enhancement is critical to preserving the integrity of address records and ensuring that no data is inavertently overriden.
The current duplicate check process in the onOffice for WP-Websites Plugin lacks the necessary safeguards to prevent inadvertent data overrides in onOffice enterprise. To rectify this issue and enhance the duplicate check functionality, I propose the following improvements:
https://apidoc.onoffice.de/actions/datensatz-anlegen/adressen/
TASKS
The text was updated successfully, but these errors were encountered: