Skip to content

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

Open
tomu28 wants to merge 7 commits intomasterfrom
feature/tomu28/input_participant_logic
Open

参加者情報入力画面のロジックを書く#76
tomu28 wants to merge 7 commits intomasterfrom
feature/tomu28/input_participant_logic

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