Is it possible to add related actors when you open a detail movie screen (picture and name) ?
Guida contributor
Tech stack
javascript
Dominio
frontend
Tipo issue
feature
DifficoltàQuanto dovrebbe essere impegnativa per un nuovo contributor.
3
Tempo stimatoTempo stimato per completare e verificare uno scope piccolo.
half day
Stato attivitàQuanto è probabile che la issue sia ancora attiva e reviewable.
stale
ChiarezzaQuanto chiaramente la issue descrive problema, scope e risultato atteso.
needs investigation
Prerequisiti
Familiarity with Streama frontend templatesUnderstanding of actor data model
Adatta ai principiantiQuanto la issue è adatta a contributor alla prima esperienza.
35
Direzione di ricerca
Investigate the current movie detail view implementation in Streama. Look at the controller and template files for the movie detail page to understand how actors are currently displayed. Check the database schema for actor related tables and relationships. Review any existing API endpoints for fetching actors. The issue asks for adding related actors, so consider how to fetch and display a list of associated actors on the detail screen.