Ensure Issue Folder Exists and Create If Missing #1

Open
opened 2025-06-01 01:13:34 +00:00 by maksim77 · 0 comments
maksim77 commented 2025-06-01 01:13:34 +00:00 (Migrated from github.com)

Currently, the application assumes that the target folder for saving issues already exists. To improve reliability and user experience, update the logic to check whether the issue folder is present before saving. If the folder does not exist, the application should automatically create it. This will help prevent errors related to missing directories and streamline the issue creation process.

Acceptance Criteria

  • When saving an issue, the app checks if the target folder exists.
  • If the folder is missing, it is created automatically before saving the issue.
  • Proper error handling in case folder creation fails.
Currently, the application assumes that the target folder for saving issues already exists. To improve reliability and user experience, update the logic to check whether the issue folder is present before saving. If the folder does not exist, the application should automatically create it. This will help prevent errors related to missing directories and streamline the issue creation process. ## Acceptance Criteria - When saving an issue, the app checks if the target folder exists. - If the folder is missing, it is created automatically before saving the issue. - Proper error handling in case folder creation fails.
Sign in to join this conversation.
No description provided.