Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
ShuffledOverviewモデルレコードのお気に入り機能を実装するために
ShuffledOverviewモデルにidを付与する必要があるが、
TMDBから映画情報を取得し、シャッフルさせてShuffledOverviewモデルレコードを生成した時点では
Railsデータベース上に保存されていないのでidが発行されていない。
そのためassociationで不整合が生じる。
Describe the solution you'd like
A clear and concise description of what you want to happen.
シャッフルしたあらすじを生成する画面 http://localhost:3000/shuffled_overview で
保存ボタンを押すと、詳細画面に遷移するようにする。
その詳細画面ではすでにid発行された状態のShuffledOverviewモデルレコードとなっているため、
その詳細画面でお気に入りに追加するボタンを実装する。
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
中間テーブルを実装する。
あらすじのお気に入り機能と、映画のお気に入り機能で分けて実装したいため、
BookmarkOfShuffledOverviewモデル
BookmarkOfMovieモデル
を実装する。
Tasks
[x] #24
Additional context
Add any other context or screenshots about the feature request here.
Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
ShuffledOverviewモデルレコードのお気に入り機能を実装するために ShuffledOverviewモデルにidを付与する必要があるが、 TMDBから映画情報を取得し、シャッフルさせてShuffledOverviewモデルレコードを生成した時点では Railsデータベース上に保存されていないのでidが発行されていない。そのためassociationで不整合が生じる。
Describe the solution you'd like
A clear and concise description of what you want to happen.
シャッフルしたあらすじを生成する画面 http://localhost:3000/shuffled_overview で 保存ボタンを押すと、詳細画面に遷移するようにする。 その詳細画面ではすでにid発行された状態のShuffledOverviewモデルレコードとなっているため、 その詳細画面でお気に入りに追加するボタンを実装する。Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
中間テーブルを実装する。 あらすじのお気に入り機能と、映画のお気に入り機能で分けて実装したいため、Tasks
Additional context
Add any other context or screenshots about the feature request here.