Open YasunoriMATSUOKA opened 2 years ago
Is your feature request related to a problem? Please describe. A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
以下の場合にユーザーにとって何が問題かわかりやすいエラーメッセージが表示されず、Status 400とか500になってしまう
Describe the solution you'd like A clear and concise description of what you want to happen.
フォームの時点や、トランザクション実行のサービスの中で、バリデーションやエラー通知を実装して、ユーザーに何が問題か適切に伝えられるような仕組みにしたい。
Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.
Additional context Add any other context or screenshots about the feature request here.
秘密鍵の入力ミスに関しては、入力された秘密鍵から公開鍵を導出して、その公開鍵がindexedDBで管理しているそれと一致するかバリデーションする手続きを挟むことで、トランザクション送るまでもなく対処できそうだなと思いました。
Is your feature request related to a problem? Please describe. A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
以下の場合にユーザーにとって何が問題かわかりやすいエラーメッセージが表示されず、Status 400とか500になってしまう
Describe the solution you'd like A clear and concise description of what you want to happen.
フォームの時点や、トランザクション実行のサービスの中で、バリデーションやエラー通知を実装して、ユーザーに何が問題か適切に伝えられるような仕組みにしたい。
Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.
Additional context Add any other context or screenshots about the feature request here.