RedbeardTFL / ATIS_GENERATOR

Other
0 stars 0 forks source link

Clean up unused server URL, improve tag descriptions, and add job for expired ATIS audio files cleanup #24

Closed Codycody31 closed 1 year ago

Codycody31 commented 1 year ago

This pull request includes various refactoring and improvement changes. The unused development server URL has been removed from the server list, and tag descriptions have been updated for better clarity. The CleanUpExpiredATISAudioFiles job has been added to the scheduling method in Kernel.php, and logging statements have been included to track the cleanup process. Error handling has been implemented in deleting expired ATIS audio files to prevent job failures and log error messages. Additionally, HTTPS scheme enforcement in the production environment and asset loading improvements have been addressed. New icons and logo files have been added for branding, and the scheduling of the CleanUpExpiredATISAudioFiles job has been updated to avoid overlap. Event listeners for scheduled task events have also been added, and a Laravel Forge Site Deployment Status badge has been included in the README.md file to showcase deployment status.