RedbeardTFL / ATIS_GENERATOR

Other
0 stars 0 forks source link

Update API version to 2.0.0-beta and introduce various improvements #16

Closed Codycody31 closed 1 year ago

Codycody31 commented 1 year ago

This pull request includes multiple changes aimed at enhancing the project.

The API version has been updated to 2.0.0-beta, aligning with the latest specifications. Additionally, airport data has been added to separate files, improving the organization of the project.

A temporary solution has been added to the console configuration, improving the setup process. Furthermore, a new table called "job_batches" has been created through migrations, allowing for the storage of job-related information.

Several updates have been made to improve the project's documentation and support. Detailed instructions for running artisan commands have been included in the README file. Docker support has been added, making the installation process more straightforward. The asset() calls in the master.blade.php view have also been changed to secure_asset() for enhanced security.

To ensure smooth deployment, the Dockerfile has been configured to run storage link. Additionally, a Woodpecker CI configuration file (.woodpecker.yml) has been added to streamline the continuous integration process.

This pull request provides a comprehensive set of improvements, enhancing the project's functionality, security, and documentation. Please review and provide feedback as necessary.