From b626c2ea36293aae4bcb5ac54cf453835a2cea3a Mon Sep 17 00:00:00 2001 From: JasterV <49537445+JasterV@users.noreply.github.com> Date: Tue, 4 Nov 2025 17:24:08 +0100 Subject: [PATCH] update: practical_grpc slides --- docs/practical_grpc.md | 55 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 55 insertions(+) diff --git a/docs/practical_grpc.md b/docs/practical_grpc.md index 354dcd4..4a8c71c 100644 --- a/docs/practical_grpc.md +++ b/docs/practical_grpc.md @@ -902,3 +902,58 @@ let response = client let policy_id = Uuid::parse_str(&response.policy_id).expect("policy_id should always be a valid uuid"); ``` +--- + +## How is it going so far? + +--- + +### Domains using our gRPC client + ++ **Backoffice** ++ **Pricing & Underwriting** + +--- + +### **How are they using it:** Backoffice + +The **Customer Support Spain UK** team has been using our **Rust** library for a few months. + +Currently they are making use of the following operations: + + +
+
+ + + *terminate_policy* + + *withdraw_policy* + + *update_policy_holder_email* + + *send_policy_contract_email* + + *find_corrected_email* + + *amend_termination* + + *decline_renewal* + +
+ +
+ + + *generate_contract* + + *amend_withdrawal* + + *find_by_application_id* + + *find_by_cfid* + + *find_by_id* + + *search* + +
+
+ +--- + + +### **How are they using it:** Pricing & Underwriting + +The **Underwriting Processes** team is using the **Elixir** library to generate a pre-signed url of a contract. + +So far it's been a success :smile: + +