フォームページを含む Web アプリに取り組んでいます。
mandi_detail:[{
name: String,
mandi_correspondent_detail:[{
name:String,
contact:[Number]
}]
}]
これはスキーマのモデルです。UI ページを作成しました。このページでは、mandi_detailで複数のmandiを動的に追加できます。
各 mandiには、nameとmandi_correspondent_detailがあります。複数のmandi_correspondent_detailを動的に追加できます。
各mandi_correspondent_detail は名前と連絡先番号で構成され、番号フィールドによって複数の番号を動的に追加できます。
投稿されたデータをコントローラーで取得して、mongodb のスキーマに挿入できるようにする方法。