Skip to content
New issue

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

授業編集時に空文字が担当教員欄に入りバリデーションエラーになるバグを修正 #753

Merged
merged 1 commit into from
Apr 17, 2024

Conversation

HosokawaR
Copy link
Member

※ develop は V4 の開発をしているので main に向けています。

背景

BE では担当教員がいないことを "" で扱っている一方で、FE では担当教員欄の空文字は許可していない。
そのためバリデーションに通らず保存ボタンが活性化しない。
このことがユーザにとっては「なぜかわからないが保存ボタンが押せない」という状況に繋がり混乱させている。

対策

もっとも簡単にできる処置として BE の "" を FE で受け取るさいに [] に変換した。
理想的には以下のような手段を取るべきだが、時間がなかったため。

  • DB でも担当教員がないことを [] で扱う
  • FE でちゃんとバリデーションエラー出してあげる

動作確認

Before
空欄のフィールドが生成されており、保存ボタンが活性化しない
image

After
担当教員がいない場合はちゃんとフィールドが 0 個になっており、保存ボタンを押せる
image

Copy link

vercel bot commented Apr 15, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
twinte-front-staging ✅ Ready (Inspect) Visit Preview 💬 Add feedback Apr 15, 2024 4:08pm

Copy link
Contributor

@hayato24s hayato24s left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ありがとうございます!

@HosokawaR HosokawaR merged commit 1bce608 into main Apr 17, 2024
3 checks passed
@HosokawaR HosokawaR deleted the hotfix/course-editing-submit-button-activating branch April 17, 2024 12:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants