zabartcc / issue-reporting

1 stars 0 forks source link

[BUG] Airports not showing online/counting towards controlling time #18

Open abusivemilk opened 5 months ago

abusivemilk commented 5 months ago

Describe the bug

API has set airports that count towards time. Need to add all of them in as per GCAP because any position counts now...

To Reproduce

  1. Log In
  2. Don't see your position

Expected behavior

  1. Log In
  2. See your position

Screenshots

N/A

System Information (please complete the following information):

Additional context

None

cdconn00 commented 5 months ago

For devs from @JWZABARTCC : "As defined within the current policy, any control time within the ARTCC boundaries out as currency time."

cdconn00 commented 5 months ago

Triaged, added to backlog.

cdconn00 commented 5 months ago

from @abusivemilk

const airports = {
    PHX: 'Phoenix', 
    TUS: 'Tucson',
    DMA: 'Davis-Monthan',
    AMA: 'Amarillo', 
    ABQ: 'Albuquerque', 
    ELP: 'El Paso', 
    AEG: 'Double Eagle', 
    BIF: 'Biggs', 
    CHD: 'Chandler', 
    CVS: 'Cannon',
    DVT: 'Deer Valley', 
    FFZ: 'Falcon', 
    FHU: 'Libby'
    FLG: 'Flagstaff', 
    GEU: 'Glendale', 
    GYR: 'Goodyear', 
    GXF: 'Gila Bend',
    HMN: 'Holloman', 
    IWA: 'Gateway', 
    LUF: 'Luke', 
    PCA: 'Picacho',
    PRC: 'Prescott', 
    ROW: 'Roswell', 
    RYN: 'Ryan', 
    SAF: 'Santa Fe',
    SDL: 'Scottsdale', 
};