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

feat: allow user to specify project name for zip file download #238

Conversation

mtmfahathdev
Copy link

Overview

This pull request introduces a new feature that enables users to specify a custom project name when downloading a ZIP file of their project. Previously, the downloaded ZIP file was saved with a default name (project.zip). Now, users are prompted to enter a preferred name, making the download more personalized and organized.

Changes Made

  • Added a prompt window that requests a custom project name from the user.
  • The entered name is then applied to the ZIP file when downloaded, replacing the default project.zip filename.

Benefits

  • Enhances user experience by allowing a custom file naming option.
  • Helps users better organize downloaded projects, especially when managing multiple projects.
  • Testing
  • Verified that the prompt appears and correctly captures user input.
  • Tested ZIP file download with various inputs to confirm correct naming.

@mtmfahathdev mtmfahathdev changed the title Enhancement: Allow User to Specify Project Name for ZIP File Download feat: Enhancement - Allow User to Specify Project Name for ZIP File Download Nov 10, 2024
@mtmfahathdev mtmfahathdev changed the title feat: Enhancement - Allow User to Specify Project Name for ZIP File Download feat: Allow User to Specify Project Name for ZIP File Download Nov 10, 2024
@mtmfahathdev mtmfahathdev changed the title feat: Allow User to Specify Project Name for ZIP File Download feat: allow user to specify project name for zip file download Nov 10, 2024
@dustinwloring1988
Copy link
Collaborator

This has been added in a merged commit, thanks mtmfahathdev

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants