Skip to content
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

Export Quality Control: Warning Regarding HTML File Size #773

Open
5 tasks
the2ne opened this issue Feb 28, 2024 · 0 comments
Open
5 tasks

Export Quality Control: Warning Regarding HTML File Size #773

the2ne opened this issue Feb 28, 2024 · 0 comments
Assignees
Labels
🔧 Enhancement Improvement of an existing functionality

Comments

@the2ne
Copy link
Collaborator

the2ne commented Feb 28, 2024

Objective:

The objective is to enhance the quality control process for exports by discontinuing HTML code minification and providing users with warnings regarding the potential consequences of exporting large HTML files.

Functional Description:

Currently, during the export process, HTML code is minified if its size exceeds 102KB. However, this practice poses challenges for users who need to modify the HTML within their campaign management tools. To address this issue, we aim to modify the export process to refrain from minifying HTML code. Additionally, we need to implement a mechanism to inform users about the implications of exporting large HTML files, emphasizing potential performance issues or compatibility concerns without imposing restrictions on their actions.

Image

List of Tasks:

  • Disable HTML Minification: Modify the export process to exclude HTML minification for all exported files, regardless of size.
  • Implement Size Threshold Warning: Develop a feature to detect when the HTML file size exceeds 102KB and display a warning message to users during the export process.
  • Define Warning Content: Determine the content and tone of the warning message, emphasizing the potential consequences of exporting large HTML files, such as decreased performance or compatibility issues.
    • FR : Poids trop élevé : Le HTML exporté dépasse les 102ko, cela risque de tronqué l'email sur Gmail
    • EN : Excessive Size: The exported HTML exceeds 102KB, which may result in clipping email on Gmail
  • User Acknowledgment Mechanism: Implement a mechanism for users to acknowledge the warning message, indicating their understanding of the potential risks associated with exporting large HTML files.
  • Integration with Export Workflow: Integrate the warning message and acknowledgment mechanism seamlessly into the existing export workflow, ensuring a smooth user experience.
    By completing these tasks, we aim to improve the export process by providing users with relevant warnings regarding large HTML file sizes, empowering them to make informed decisions while maintaining flexibility in their workflow.
@the2ne the2ne added the 🔧 Enhancement Improvement of an existing functionality label Feb 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🔧 Enhancement Improvement of an existing functionality
Projects
None yet
Development

No branches or pull requests

2 participants