-
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
Error handling deleted or incorrectly selected templates #698
Comments
Additionally, I noticed that you mentioned "renamed templates" in the requirements.
Please confirm my above statements exactly. |
@dai-eastgate as far as I can see the statements are correct. Please go ahead and try to implement this. Thank you :) |
cmt_698.mp4
=> I need three more days to investigate the display of multiple notifications simultaneously, and I will respond to you about its feasibility. |
The tests in the video look promising already. Thank you :) |
@fredericalpers
B. I can only check which files are having changes (this change can be a "deleted File" or "rename File"). => The solution I suggest is:
Do you agree with my opinion or do you have another suggestion? I have implemented this suggestion in branch 43297-error-handling-deleted-or-incorrectly-selected-templates for you to consider. |
@dai-eastgate this sounds good to me, thank you for your efforts :) can I label this as in review? |
@fredericalpers Can you wait a few minutes while we'll create a PR for this branch. Thanks! |
Initiative
Improve error handling for templates in the onOffice for WP-Websites Plugin for a better user experience.
Epic
Implement error messages for deleted, incorrectly selected or renamed templates.
User story
As a real estate agent utilizing the onOffice for WP-Websites plugin, I am faced with critical issues when a chosen template is deleted, incorrectly selected or renamed. Currently, this situation leads to a critical error on the frontend, causing potential disruptions to the user experience. To mitigate this, I require a robust error handling mechanism that notifies me when a template is deleted, when a incorrect template is chosen or a template is renamed. This way, I can promptly address any issues and ensure the seamless functioning of my real estate website.
Templates play a pivotal role in shaping the presentation of property listings on my website. However, the current lack of error handling creates a vulnerability where the deletion of a template, an incorrect selection or renaming can lead to critical erros on the frontend. To enhance the plugin's reliability, a comprehensive error handling system needs to be implemented.
Tasks
Deleting a template can lead to visual and critical errors on your website. Delete the template regardless?
The active template for [Property list ListName] has been deleted. Please select a new template.
The template "TemplateName" is not compatible with property lists. Please select the default template "default.php" or a new template.
The template "TemplateName" is not compatible with property detail pages. Please select the default template "default_detail.php" or a new template.
The template "TemplateName" is not compatible with the form type "FormTypeName". Please select the standard template "TemplateName" or a new template of type "FormTypeName".
By implementing this error handling mechanism, the onOffice for WP-Websites plugin can enhance its resilience, providing real estate agents with a more reliable and stable platform for showcasing their property listings etc.
The text was updated successfully, but these errors were encountered: