From 47b878a647fc69b83212b3261ace9b9171c480f6 Mon Sep 17 00:00:00 2001 From: David Alencar Date: Fri, 15 Nov 2024 12:55:04 -0300 Subject: [PATCH 1/3] add trio --- priv/companies/trio.exs | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 priv/companies/trio.exs diff --git a/priv/companies/trio.exs b/priv/companies/trio.exs new file mode 100644 index 00000000..f13a914f --- /dev/null +++ b/priv/companies/trio.exs @@ -0,0 +1,17 @@ + %{ + name: "Trio", + website: "https://www.triohq.com/en", + github: "https://github.com/trioHQ", + # reference lib/companies/industries.ex for a list of recommended industries to use here + industry: "Financials", + location: %{ + city: "Curitiba", + state: "ParanĂ¡", + country: "Brazil" + }, + description: """ + Pix infrastructure to evolve in real-time payments. + """, + last_changed_on: ~D[2024-11-15] + } + From d1e0ec609bf15aa3ff40cbf559503a76e364d66c Mon Sep 17 00:00:00 2001 From: David Alencar Date: Fri, 15 Nov 2024 13:00:16 -0300 Subject: [PATCH 2/3] update description --- priv/companies/trio.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/priv/companies/trio.exs b/priv/companies/trio.exs index f13a914f..fb971009 100644 --- a/priv/companies/trio.exs +++ b/priv/companies/trio.exs @@ -10,7 +10,7 @@ country: "Brazil" }, description: """ - Pix infrastructure to evolve in real-time payments. + Trio is a financial institution specializing in instant payments in Brazil. All our products, from the banking core to the payment checkout, were developed using Elixir, Phoenix, and LiveView. """, last_changed_on: ~D[2024-11-15] } From 2344a526a8dfb14d48baa36ff2aaa845d439c42f Mon Sep 17 00:00:00 2001 From: Sean Callan Date: Tue, 26 Nov 2024 16:05:45 -0500 Subject: [PATCH 3/3] Update priv/companies/trio.exs Co-authored-by: Jim Segal --- priv/companies/trio.exs | 33 ++++++++++++++++----------------- 1 file changed, 16 insertions(+), 17 deletions(-) diff --git a/priv/companies/trio.exs b/priv/companies/trio.exs index fb971009..d18ac30f 100644 --- a/priv/companies/trio.exs +++ b/priv/companies/trio.exs @@ -1,17 +1,16 @@ - %{ - name: "Trio", - website: "https://www.triohq.com/en", - github: "https://github.com/trioHQ", - # reference lib/companies/industries.ex for a list of recommended industries to use here - industry: "Financials", - location: %{ - city: "Curitiba", - state: "ParanĂ¡", - country: "Brazil" - }, - description: """ - Trio is a financial institution specializing in instant payments in Brazil. All our products, from the banking core to the payment checkout, were developed using Elixir, Phoenix, and LiveView. - """, - last_changed_on: ~D[2024-11-15] - } - +%{ + name: "Trio", + website: "https://www.triohq.com/en", + github: "https://github.com/trioHQ", + # reference lib/companies/industries.ex for a list of recommended industries to use here + industry: "Financials", + location: %{ + city: "Curitiba", + state: "ParanĂ¡", + country: "Brazil" + }, + description: """ + Trio is a financial institution specializing in instant payments in Brazil. All our products, from the banking core to the payment checkout, were developed using Elixir, Phoenix, and LiveView. + """, + last_changed_on: ~D[2024-11-15] +}