mirror of
https://codeberg.org/JasterV/grpc-slides.git
synced 2026-04-26 18:40:03 +00:00
update: practical_grpc
This commit is contained in:
parent
b626c2ea36
commit
f7a4030c61
2 changed files with 19 additions and 28 deletions
BIN
docs/assets/images/metrics.png
Normal file
BIN
docs/assets/images/metrics.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 71 KiB |
|
|
@ -917,35 +917,16 @@ let policy_id = Uuid::parse_str(&response.policy_id).expect("policy_id should al
|
||||||
|
|
||||||
### **How are they using it:** Backoffice
|
### **How are they using it:** Backoffice
|
||||||
|
|
||||||
The **Customer Support Spain UK** team has been using our **Rust** library for a few months.
|
The **Customer Support Spain UK** team has been using our **Rust** library for some time.
|
||||||
|
|
||||||
Currently they are making use of the following operations:
|
Currently they are making use of the following operations in production:
|
||||||
|
|
||||||
|
+ *update_policy_holder_email*
|
||||||
<div class="row">
|
+ *send_policy_contract_email*
|
||||||
<div>
|
+ *terminate_policy*
|
||||||
|
+ *withdraw_policy*
|
||||||
+ *terminate_policy*
|
+ *amend_termination*
|
||||||
+ *withdraw_policy*
|
+ *decline_renewal*
|
||||||
+ *update_policy_holder_email*
|
|
||||||
+ *send_policy_contract_email*
|
|
||||||
+ *find_corrected_email*
|
|
||||||
+ *amend_termination*
|
|
||||||
+ *decline_renewal*
|
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div>
|
|
||||||
|
|
||||||
+ *generate_contract*
|
|
||||||
+ *amend_withdrawal*
|
|
||||||
+ *find_by_application_id*
|
|
||||||
+ *find_by_cfid*
|
|
||||||
+ *find_by_id*
|
|
||||||
+ *search*
|
|
||||||
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
@ -954,6 +935,16 @@ Currently they are making use of the following operations:
|
||||||
|
|
||||||
The **Underwriting Processes** team is using the **Elixir** library to generate a pre-signed url of a contract.
|
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:
|
---
|
||||||
|
|
||||||
|
### Some metrics
|
||||||
|
|
||||||
|
<img alt="protocol buffers logo" src="assets/images/metrics.png" style="width: 100%;" />
|
||||||
|
|
||||||
|
Data gathered from **October 21st** to **November 4th**
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
# Thank you
|
||||||
|
|
||||||
|
:purple_heart:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue