adamhwang / ita-matrix-powertools

ITA Matrix Powertools
https://chrome.google.com/webstore/detail/ita-matrix-powertools/menecfddnlmanmpadcalononkolnplpp?hl=en
GNU General Public License v2.0
64 stars 12 forks source link

Allow EI flights to be booked via BA #10

Closed reedy closed 1 year ago

reedy commented 1 year ago

BA's website can price/sell some EI flights (on EI codes). It'd be useful if the magic linking which allows you to book BA codes on BA or IB, would allow EI codes to be booked (or at least, try to) on BA.com

reedy commented 1 year ago
function printBA() {
  if (!anyCarriers("IB", "BA")) {
    return;
  }

Is it as simple as adding "EI" into that list?

adamhwang commented 1 year ago

Yes! PRs welcome

reedy commented 1 year ago

Sweet. I'll create one later.

Late night flight booking; frustration that the add-on wouldn't show me a BA link for EI flights. File a task. Go back to looking at flights. Think this can't be that hard...

😁

adamhwang commented 1 year ago

There's also an option to show all flights for airlines. That might be easier in the meantime.

reedy commented 1 year ago

There's also an option to show all flights for airlines. That might be easier in the meantime.

Where's that OOI?