maixhashi / plotforge

0 stars 0 forks source link

Feature_2024.08.04.23.07_ShuffledOverviewモデルレコードを保存した後に詳細画面にレンダリングされるように実装する_#24 #24

Closed maixhashi closed 3 months ago

maixhashi commented 3 months ago

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.