Skip to content

fix: resolve #588 — Related actors in "user view"#1166

Open
ed-thuando wants to merge 4 commits intostreamaserver:masterfrom
ed-thuando:contribai/feat/add-related-actors-to-movie-show-api-res
Open

fix: resolve #588 — Related actors in "user view"#1166
ed-thuando wants to merge 4 commits intostreamaserver:masterfrom
ed-thuando:contribai/feat/add-related-actors-to-movie-show-api-res

Conversation

@ed-thuando
Copy link
Copy Markdown

Summary

fix: resolve #588 — Related actors in "user view"

Problem

Severity: Medium | File: grails-app/controllers/streama/MovieShowController.groovy

|

Solution

Combined multi-file contribution:

  • Feature: Add related actors to movie show API response
  • Feature: Verify Movie domain has actors relationship
  • Feature: Check Actor domain structure
  • Feature: Add related actors handling in movie detail controller

Files changed: grails-app/controllers/streama/MovieShowController.groovy, grails-app/domain/streama/Movie.groovy, grails-app/domain/streama/Actor.groovy, grails-app/assets/javascripts/streama/controllers.js

Changes

  • grails-app/controllers/streama/MovieShowController.groovy (new)
  • grails-app/domain/streama/Movie.groovy (modified)
  • grails-app/domain/streama/Actor.groovy (new)
  • grails-app/assets/javascripts/streama/controllers.js (new)

Testing

  • Existing tests pass
  • Manual review completed
  • No new warnings/errors introduced

Generated by ContribAI v6.0.0

Fixes streamaserver#588

Signed-off-by: ed-thuando <231172918+ed-thuando@users.noreply.github.com>
Fixes streamaserver#588

Signed-off-by: ed-thuando <231172918+ed-thuando@users.noreply.github.com>
Fixes streamaserver#588

Signed-off-by: ed-thuando <231172918+ed-thuando@users.noreply.github.com>
Fixes streamaserver#588

Signed-off-by: ed-thuando <231172918+ed-thuando@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Related actors in "user view"

1 participant