We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cuculus-dev/.github#28
現状フロント側でバリデーションチェックを行なっていないので、入力制限やバリデーションチェックを行うようにする。 また、ユーザー名や表示名に関する取り扱いなど不明瞭な情報の埋め合わせをする。 (※ ユーザー名は後で変更可能です。など)
エラーが出た際にエラーが出た理由と表示をわかりやすくする。 参考: https://mui.com/material-ui/react-text-field/#validation
The text was updated successfully, but these errors were encountered:
フロントとバックエンドで共通化出来ると良い
Sorry, something went wrong.
フロントエンドとバックエンド共通のバリデータとして以下を使用する。 https://github.com/cuculus-dev/validator
npm install @cuculus/validator でインストール可能
npm install @cuculus/validator
現状、ざっくりとしたパターンしか決まっていないので以下を決める必要あり。
@〇〇
No branches or pull requests
Community Issue
cuculus-dev/.github#28
概要
現状フロント側でバリデーションチェックを行なっていないので、入力制限やバリデーションチェックを行うようにする。
また、ユーザー名や表示名に関する取り扱いなど不明瞭な情報の埋め合わせをする。
(※ ユーザー名は後で変更可能です。など)
エラーが出た際にエラーが出た理由と表示をわかりやすくする。
参考: https://mui.com/material-ui/react-text-field/#validation
Todo
The text was updated successfully, but these errors were encountered: