Is it possible to add related actors when you open a detail movie screen (picture and name) ?
Contributor guide
Tech stack
javascript
Domain
frontend
Issue type
feature
DifficultyEstimated implementation difficulty for a new contributor, from 1 for very small changes to 5 for expert-level work.
3
Estimated timeA rough time range for an experienced contributor to investigate, implement, test, and prepare a pull request.
half day
Activity statusHow available the issue appears right now: fresh, active, stale, blocked, or waiting on maintainer input.
stale
ClarityHow clearly the issue explains the expected change, acceptance criteria, and next step.
needs investigation
Prerequisites
Familiarity with Streama frontend templatesUnderstanding of actor data model
Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
35
Research direction
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.