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

Update File Upload Modal #132

Closed
6 of 7 tasks
mahid797 opened this issue Dec 19, 2024 · 0 comments · Fixed by #129
Closed
6 of 7 tasks

Update File Upload Modal #132

mahid797 opened this issue Dec 19, 2024 · 0 comments · Fixed by #129
Assignees
Labels
Frontend Frontend Related Issue New Feature New feature to be implemented UX/UI Change Highlights changes affecting user experience or interface design
Milestone

Comments

@mahid797
Copy link
Collaborator

mahid797 commented Dec 19, 2024

Revise the ModalWrapper component to align with updated design requirements for the file upload modal. The current drag-and-drop functionality will be removed in favor of a standard file input field. The new modal must support multiple file uploads, displaying selected files with status indicators, and providing options to remove files before upload. Ensure the changes strictly follow the provided Figma designs.

Tasks

  • Remove drag-and-drop functionality:
    • Remove the existing drag-and-drop box from the UploadBox component inside the ModalWrapper.
  • Implement new file input mechanism:
    • Add a file input field to allow users to select files.
    • Ensure the file input supports multiple file selections.
  • Display and manage selected files:
    • Display a list of selected files, including file names and sizes.
    • Add a "Remove" option for each file to allow users to deselect files before upload.
    • Show status indicators for each file, such as upload progress or error messages for failed uploads.
  • Align with Figma design:
    • Verify layout, styling, and functionality match the new design exactly.
    • Add or adjust any elements in the modal to align with the design system.
  • Integrate backend support for multi-file uploads:
    • Update the frontend to handle the new API for batch uploads once it's implemented.
    • Test and validate end-to-end functionality, including error handling for failed uploads.
  • Validate modal responsiveness:
    • Ensure the updated modal works across various screen sizes and resolutions.
  • Conduct manual testing:
    • Verify the UI and functionality for single and multiple file uploads.
    • Confirm the modal closes and resets properly after file uploads are completed or canceled.

image

Notes

@mahid797 mahid797 added New Feature New feature to be implemented Frontend Frontend Related Issue UX/UI Change Highlights changes affecting user experience or interface design labels Dec 19, 2024
@mahid797 mahid797 added this to the 1.0 milestone Dec 19, 2024
@mahid797 mahid797 linked a pull request Dec 19, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Frontend Frontend Related Issue New Feature New feature to be implemented UX/UI Change Highlights changes affecting user experience or interface design
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants