From b7434b71c1e96086acd4063f669edab9c064ef67 Mon Sep 17 00:00:00 2001 From: Patrik Stenmark Date: Thu, 5 Dec 2024 10:35:22 +0100 Subject: [PATCH 1/2] Add All Aboard --- priv/companies/all_aboard.exs | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 priv/companies/all_aboard.exs diff --git a/priv/companies/all_aboard.exs b/priv/companies/all_aboard.exs new file mode 100644 index 00000000..ea95bf15 --- /dev/null +++ b/priv/companies/all_aboard.exs @@ -0,0 +1,22 @@ +# Company file for All Aboard +# Created on: 2024-12-05 + +%{ + name: "All Aboard", + website: "https://allaboard.eu/", + github: "https://github.com/allaboard-dev", + # reference lib/companies/industries.ex for a list of recommended industries to use here + industry: "Technology", + location: %{ + city: "Stockholm", + state: "Stockholm", + country: "Sweden" + }, + description: """ + Easy-to-use booking API and platform for European train tickets. + + Using Elixir to power backend with integrations to train carriers, order + and payment handling and more. + """, + last_changed_on: ~D[2024-12-05] +} From 294c7d2151f2b0ff4a2cc24d0adaa294c1750602 Mon Sep 17 00:00:00 2001 From: Patrik Stenmark Date: Fri, 6 Dec 2024 08:04:57 +0100 Subject: [PATCH 2/2] Fix industry Co-authored-by: Sean Callan --- priv/companies/all_aboard.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/priv/companies/all_aboard.exs b/priv/companies/all_aboard.exs index ea95bf15..19c7e049 100644 --- a/priv/companies/all_aboard.exs +++ b/priv/companies/all_aboard.exs @@ -6,7 +6,7 @@ website: "https://allaboard.eu/", github: "https://github.com/allaboard-dev", # reference lib/companies/industries.ex for a list of recommended industries to use here - industry: "Technology", + industry: "Information Technology", location: %{ city: "Stockholm", state: "Stockholm",