0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

ユーザー入力のゆらぎ

0
Last updated at Posted at 2025-12-16

業務アプリケーションを開発・運用する上でユーザーが入力する内容のゆらぎは対応せざるを得ない問題である。その内容、対応策をまとめる。

  1. キー入力
    • 全角/半角
    • 大文字/小文字
      →アプリ側で変換する
       定期異動などでユーザーの入れ替えがあった際、これまでと異なるパターンでの入力が発生することが多い
  2. リーダー入力
    • プレフィックス / サフィックス
    • グッドリードディレイ / リリードディレイ
    • プリアンブル(前置文字) / ポスタンブル(後置文字)
      →リーダーの設定を行う、アプリ側で整形する
       ユーザーがリーダーの設定を変更した、リーダーを更新した際に発生することが多い
  3. その他
    • コピー&ペーストで改行キーやタブが入る
      →アプリ側で整形する
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?