nabeelio / phpvms

virtual airline management
http://www.phpvms.net
BSD 3-Clause "New" or "Revised" License
172 stars 143 forks source link

Aerodrome Categorization #1658

Open NLD-Brian opened 1 year ago

NLD-Brian commented 1 year ago

Aerodrome Categorization,

Categorizing airports in classes.

Every airport has it's own "Type Rating", according to this raating, and the users assigned rating, the system shows/hides flights from and to that airport.

FatihKoz commented 1 year ago

To be more precise... Airports are labeled in three categories;

As an example, while LOWW / VIE can be categorized as A (or worst B if something extraordinary happens), LOWI / INS most probably be C and it will hard to categorize it as B (A will not be possible)

image

How this can be implemented in our virtual world and in phpvms v7 is a different discussion subjects... And that discussion probably will start with "Do we need this?" question ;)