You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current download functionality uses a generic "Download Output" button, which does not align with modern UI patterns. Additionally, downloaded files have generic names, making it difficult for users to organize and identify multiple documents with different search terms. The Preview modal also lacks a download option, and there is no error handling for download failures.
Current Status
The download button is currently labeled "Download Output" instead of using a standard download icon. Downloaded files have generic names without meaningful identifiers, making them hard to organize. There is no tooltip for accessibility, and no filename length restrictions are in place. The Preview modal does not have a download option, and no specific error handling is implemented for download failures.
Acceptance Criteria
Download Icon Implementation:
Replace "Download Output" with a download icon (downward arrow).
@bhumulanandinireddy Regarding the download button, I was looking through the app to see if there was a specific set of icons to use. Would you prefer any set such as React or MUI in particular, or would you prefer I add only a download icon to the public folder?
Issue Description
The current download functionality uses a generic "Download Output" button, which does not align with modern UI patterns. Additionally, downloaded files have generic names, making it difficult for users to organize and identify multiple documents with different search terms. The Preview modal also lacks a download option, and there is no error handling for download failures.
Current Status
The download button is currently labeled "Download Output" instead of using a standard download icon. Downloaded files have generic names without meaningful identifiers, making them hard to organize. There is no tooltip for accessibility, and no filename length restrictions are in place. The Preview modal does not have a download option, and no specific error handling is implemented for download failures.
Acceptance Criteria
Download Icon Implementation:
Descriptive Filename Convention:
{YYYYMMDD}_{input_filename}_{search_term}.docx
Component limits:
...
) when truncating.- Example: "20241116_Styrene-H_CARTESIAN-COORDINATES.docx"
Preview Modal Enhancement:
Error Handling:
The text was updated successfully, but these errors were encountered: