Clone
1
Files
Nicholas Pease edited this page 2022-06-05 20:58:40 -04:00

Files

The Aviation Assistant has a variety of files sorted into varying folders depending on the category. Listed below are all the folders of the project and the descriptions of what they are

/css/ This folder houses all of the style sheets used in the application
/db/ This folder has the database information for the ICAO aicraft lookup
/flags-tiny/ This folder has the flags for all of the countries, used to lookup via ICAO
/images/ This folder has all the static images for the project
/js/ This folder has all the Javascript assets for the project inside
/json/ This folder has all the JSON static files for the project
/liveatc_update/ [GIT SUBMODULE] This folder is a copy of the LiveATC Database Updater Repository
/material/ This folder contains Material themeing assets
/ol/ This folder contains the OpenLayers assets
/python/ This folder contains various Python scripts
/scripts/ This folder contains the scripts (Primarily NodeJS and Bash) that the project uses