TNG_coGenWeb
Details the multiple areas of a typical TNG_coGenWeb site.
File Structure Overview
The following pages detail the structure used for the organization of the TNG_coGenWeb files.
Main PHP Files
The main level PHP files define the individual pages of the site. Naming Convention The prefer...
Assets Folder/Files
The assets folder contains subfolders and files used across the site. The files are included in a...
CRON Job Files
This section details the organization of a typical TNG_coGenWeb site. The website files are stru...
CSS Files
CSS - The files in this folder are generated by the vsCode IDE when the .scss file is saved. The ...
Image Files
images - All images used by the system are placed in the subfolders of this folder. cem_images...
Javascript (JS) Files
java - This folder contains the .js files associated with the primary .php file (e.g., school.js ...
SCSS Files
scss - The scss files are contained in five subfolders as follows. base - The 'base' scss file...
Sitemap Files
sitemaps - Sitemap files are used by the site to enhance the SEO bots that crawl the site. The fi...
Vendor Files
vendor - These are specific files provided by third-party's that provide assistance to the vendor...
JSON Files
This details information relating to the various JSON files used by TNG_coGenWeb.
County_master.json File
JSON - JavaScript Object Notation, is an open standard file format and data interchange format th...
County_config.json File
County_config.json - This file is used to establish various configuration elements throughout the...
County_database.json File
County_database.json - This file contains the key => value pairs used to identify the username an...
County_navbar.json File
County_navbar.json - This JSON file details the structure of the navigation bar. This needs work
County_footer.json File
County_footer.json - This file identifies the text displayed in the page footer. The footer is or...
JSON File Overview
JSON - JavaScript Object Notation, is an open standard file format and data interchange format th...
New Page
Appendix A - New Site Process
Details the process required to implement a new TNG_coGenWeb site.
Appendix B - Integrated Development Environment
Work in progress.