Open Issues Need Help
View All on GitHubAI Summary: This issue requests adding a custom favicon to the website, as it currently displays the default browser icon. The favicon should be shield or finance-related to align with project branding. The task involves finding or creating the icon, placing it in the `public/` directory, and linking it within the `<head>` section of `public/index.html`.
An intelligent document analyzer that detects predatory clauses, hidden fees, and dark patterns in financial contracts using AI and OCR.
AI Summary: This issue proposes implementing a 5MB file size limit for uploads to prevent server abuse. It requires configuring `multer` in `server.js` to enforce the limit, handling the `LIMIT_FILE_SIZE` error with a friendly JSON response, and updating `public/script.js` to alert users about oversized files.
An intelligent document analyzer that detects predatory clauses, hidden fees, and dark patterns in financial contracts using AI and OCR.
AI Summary: This UX improvement task aims to enhance the loading experience during document analysis by replacing the current static loading message with a series of rotating, dynamic messages. The goal is to cycle through messages like 'Scanning document structure...' every two seconds, providing more engaging feedback to the user. The interval should be cleared once the analysis completes or fails.
An intelligent document analyzer that detects predatory clauses, hidden fees, and dark patterns in financial contracts using AI and OCR.
AI Summary: This issue proposes adding a floating "Scroll to Top" button to improve navigation for users dealing with long analysis results. The button should be hidden by default, appear after the user scrolls down 300px, and smoothly scroll the page back to the top when clicked. Implementation involves modifying `index.html`, `style.css`, and `script.js`.
An intelligent document analyzer that detects predatory clauses, hidden fees, and dark patterns in financial contracts using AI and OCR.
AI Summary: This feature request proposes adding a "Copy to Clipboard" button next to the generated "Safer Rewrite" text. The goal is to improve user experience by enabling one-click copying, replacing the current manual selection process. It also requires implementing visual feedback, such as a "Copied!" message, upon successful copying.
An intelligent document analyzer that detects predatory clauses, hidden fees, and dark patterns in financial contracts using AI and OCR.