0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

ダイエット+食品管理アプリ構築の道程(7)

Posted at

記事を書きながら進めて行きます。
やはりなぜこう書くのかコーディングするのか分からなまま書いていてもどこかで綻びが出るかまた、自分の実現したいものができないまま諦めてしまうかのどちらかなので、じっくりと腰を据えてネットで細かく検索しながら粘り強くすすめていきました。

##実現したいことは

1.検索機能持ついたフォーム
2.そのフォームから登録編集ができる機能を実装
3.FormObjectで作ること。
→理由:複数テーブルへの保存。詳細「食材ページ(食材の確買ってきてある量と使用料の管理)調理して作る料理の登録ページの2つの内容をそれぞれのテーブルに保存しないといけないため)」

イメージ図
20210627-115254.png

またテーブルの関係性でいくと「多対多」なので中間テーブルが必要。

20210627-121144.png

テーブルの確認も終了。
ここからまず食材と料理のモデル、コントローラー、ビューを作って登録編集まで持っていきます。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?