## 概要 [Task3687: 音声ファイルアップロード完了API実装](https://paruru.nds-tyo.co.jp:8443/tfs/ReciproCollection/fa4924a4-d079-4fab-9fb5-a9a11eb205f0/_workitems/edit/3687) - 音声ファイルアップロード完了API実行時に、ストレージの使用量チェックを行い、必要ならメール送信をする実装を追加しました。 ## レビューポイント - 使用量チェックメソッドで他にいい関数名ないか? - なるべく既存実装をいじりたくなかったので自動ルーティング前にチェック機構を配置したが不都合ないか? - テストケースに過不足ないか - 自動テストの実行方法や確認方法として適切か?ほかに代替案ないか? ## 動作確認状況 - ローカルでUT通ることを確認。 - 実際のメール送信はdeveop動作確認でやります。
84 lines
3.1 KiB
HTML
84 lines
3.1 KiB
HTML
<html>
|
|
<head>
|
|
<title>Storage Usage Worning Notification [U-118]</title>
|
|
</head>
|
|
|
|
<body>
|
|
<div>
|
|
<h3><English></h3>
|
|
<p>Dear $CUSTOMER_NAME$,</p>
|
|
<p>
|
|
The storage usage for your account has reached 80% of its usage limit.
|
|
Functions related to the Dictation Workfrow will be restricted until the
|
|
storage usage becomes lower than the limit.
|
|
</p>
|
|
<p>
|
|
Please remove Dictations files once the transcription is completed or
|
|
add capacity by assigning a license to a new user. 5GB of storage will
|
|
be provided to the account for each active user.
|
|
</p>
|
|
<p>
|
|
For detailed information, please sign in to ODMS Cloud and check the
|
|
"Subscription" tab.
|
|
</p>
|
|
<p>
|
|
If you have received this e-mail in error, please delete this e-mail
|
|
from your system.<br />
|
|
This is an automatically generated e-mail and this mailbox is not
|
|
monitored. Please do not reply.
|
|
</p>
|
|
</div>
|
|
<div>
|
|
<h3><Deutsch></h3>
|
|
<p>Sehr geehrte(r) $CUSTOMER_NAME$,</p>
|
|
<p>
|
|
Die Speichernutzung Ihres Kontos hat 80 % des Nutzungslimits erreicht.
|
|
Funktionen im Zusammenhang mit dem Dictation Workfrow werden
|
|
eingeschränkt, bis die Speichernutzung unter den Grenzwert sinkt.
|
|
</p>
|
|
<p>
|
|
Bitte entfernen Sie Diktatdateien, sobald die Transkription
|
|
abgeschlossen ist, oder erhöhen Sie die Kapazität, indem Sie einem neuen
|
|
Benutzer eine Lizenz zuweisen. Für jeden aktiven Benutzer werden dem
|
|
Konto 5 GB Speicherplatz zur Verfügung gestellt.
|
|
</p>
|
|
<p>
|
|
Für detaillierte Informationen melden Sie sich bitte bei ODMS Cloud an
|
|
und überprüfen Sie die Registerkarte „Abonnement“.
|
|
</p>
|
|
<p>
|
|
Wenn Sie diese E-Mail fälschlicherweise erhalten haben, löschen Sie
|
|
diese E-Mail bitte aus Ihrem System.<br />
|
|
Dies ist eine automatisch generierte E-Mail und dieses Postfach wird
|
|
nicht überwacht. Bitte nicht antworten.
|
|
</p>
|
|
</div>
|
|
<div>
|
|
<h3><Français></h3>
|
|
<p>Chère/Cher $CUSTOMER_NAME$,</p>
|
|
<p>
|
|
L'utilisation du stockage pour votre compte a atteint 80 % de sa limite
|
|
d'utilisation. Les fonctions liées au Workfrow de dictée seront
|
|
restreintes jusqu'à ce que l'utilisation du stockage devienne inférieure
|
|
à la limite.
|
|
</p>
|
|
<p>
|
|
Veuillez supprimer les fichiers de dictées une fois la transcription
|
|
terminée ou ajouter de la capacité en attribuant une licence à un nouvel
|
|
utilisateur. 5 Go de stockage seront fournis au compte pour chaque
|
|
utilisateur actif.
|
|
</p>
|
|
<p>
|
|
Pour des informations détaillées, veuillez vous connecter à ODMS Cloud
|
|
et consulter l'onglet « Abonnement ».
|
|
</p>
|
|
<p>
|
|
Si vous avez reçu cet e-mail par erreur, veuillez supprimer cet e-mail
|
|
de votre système.<br />
|
|
Il s'agit d'un e-mail généré automatiquement et cette boîte aux lettres
|
|
n'est pas surveillée. Merci de ne pas répondre.
|
|
</p>
|
|
</div>
|
|
</body>
|
|
</html>
|