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

参加者情報入力画面のロジックを書く #76

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Conversation

tomu28
Copy link
Member

@tomu28 tomu28 commented Jun 13, 2020

概要

  • 軽度なスタイル調整
  • submitボタンの追加
  • 参加者情報入力画面のロジックを書く

対応するIssues番号

close #75

なぜやったか

  • ロジックがないと、FirestoreにPOSTできんけん追加する

スクリーンショット

Before After

変更点

参考

POSTする値は

  • desiredOccupations
  • workingDays
  • note
@required @JsonKey(name: 'desired_occupation') List<TechnicalStack> desiredOccupations,
@required @JsonKey(name: 'working_days') int workingDays,
@required String note,

その他

@tomu28 tomu28 added the WIP label Jun 13, 2020
@tomu28 tomu28 self-assigned this Jun 13, 2020
@github-actions
Copy link

github-actions bot commented Jun 13, 2020

Flutter Analyze found 1 issues ❌

File Line Rule
lib/pages/input_participant_info/widgets/submit_btn.dart 3 unused_import

Generated by 🚫 Danger

@tomu28
Copy link
Member Author

tomu28 commented Jun 13, 2020

優先度の高い#65, #82 を先に取り組むので、このPRは一旦保留します🎃

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

参加者情報入力画面のロジックを書く
1 participant