sam
(Sam Saffron)
2016 年 4 月 11 日午前 5:23
1
Guess what I did not fill?
That’s right … good guess:
Instead:
We should at least scroll it so the field that is not filled in is on the screen
We should possibly make error message more specific: "You have not completed the Sector field".
Also:
We should stop doing this:
Button should not be disabled ever, just pop an error that teaches users why they can not create an account.
「いいね!」 6
I mean, maybe – but if you have that many required fields you are shooting yourself in the foot so hard that the floor underneath you may collapse at any time.
Easiest fix for the moment is to be literal in the error about which field of the 62 required was not filled out.
「いいね!」 1
sam
(Sam Saffron)
2016 年 4 月 11 日午前 5:30
3
4 required fields is A LOT, but not a super catastrophe imo, the fold when signing in via GitHub is just in a super unfortunate spot.
「いいね!」 2
sam
(Sam Saffron)
2020 年 4 月 12 日午後 11:26
4
@vinothkannans 以下のエラーメッセージを修正してください。
“XYZ” の値を入力してください
つまり、
“Sector” の値を入力してください。
不足している必須フィールドの最初のものを取得するだけで大丈夫です。
「いいね!」 5
nathank
(Nathan Kershaw)
2020 年 4 月 12 日午後 11:47
6
それは、短時間に大量のユーザー登録を試みた際に発生していた問題、特にユーザー入力項目が多すぎたことによる問題を確実に解消したでしょう。ご対応いただき、ありがとうございます。
「いいね!」 1
正しいエラーメッセージが以下の open PR に追加されました
master ← user-field
merged 06:45AM - 14 May 20 UTC
追伸:マージ済み
「いいね!」 4