Skip to content

LONDON | ITP-May-26 | Chinwe Chukwuma | Sprint 3 | Project-TV-Show-level 500 - #100

Open
ChinweP wants to merge 18 commits into
CodeYourFuture:mainfrom
ChinweP:project-tv-level-500
Open

ChinweP wants to merge 18 commits into
CodeYourFuture:mainfrom
ChinweP:project-tv-level-500

Conversation

@ChinweP

@ChinweP ChinweP commented Aug 20, 2026

Copy link
Copy Markdown

Learners, PR Template

Self checklist

  • I have committed my files one by one, on purpose, and for a reason
  • I have titled my PR with REGION | COHORT_NAME | FIRST_NAME LAST_NAME | SPRINT NUM | PROJECT NAME
  • I have tested my changes
  • My changes follow the style guide
  • My changes meet the requirements of this task

Changelist

Completed Level 500 according to requirements.

Netlify Link: https://deploy-preview-5--cyf-chinwep-tv.netlify.app/
Partner: Damilola Odumosu https://github.com/d-odumosu

@ChinweP ChinweP added Needs Review Trainee to add when requesting review. PRs without this label will not be reviewed. and removed Needs Review Trainee to add when requesting review. PRs without this label will not be reviewed. labels Aug 20, 2026
@ChinweP ChinweP closed this Aug 20, 2026
@ChinweP ChinweP added the Needs Review Trainee to add when requesting review. PRs without this label will not be reviewed. label Aug 20, 2026
@ChinweP

ChinweP commented Aug 20, 2026

Copy link
Copy Markdown
Author

Netlify Link: https://deploy-preview-5--cyf-chinwep-tv.netlify.app/
Partner: Damilola Odumosu https://github.com/d-odumosu

@LonMcGregor LonMcGregor added the Review in progress This review is currently being reviewed. This label will be replaced by "Reviewed" soon. label Sep 23, 2026

@LonMcGregor LonMcGregor left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  • Good use of semantic HTML
  • Caching is appropriate
  • Functionality works well

Good work on this, I have left some comments to consider if you want a bit more practice now ITP is over.

Comment thread script.js
);
});

episodeCount.textContent =

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this counting feature also implemented for shows?

Comment thread script.js
showImage.src = show.image.medium;
}

showImage.alt = show.name;

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this an appropriate use of an alt tag? See if https://axesslab.com/alt-texts/ has any suggestions

Comment thread script.js

option.value = episode.id;

const episodeCode =

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This episode number code is repeated, is there a useful refactoring you could do here?

Comment thread script.js

statusMessage.textContent = "Episodes loading...";

if (episodesCache.has(show.id)) {

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

When we consider functions focusing on the right functionality, is it more appropriate to check the cache here in showEpisodes, or in the getShowEpisodes function?

@LonMcGregor LonMcGregor added Reviewed Volunteer to add when completing a review with trainee action still to take. and removed Needs Review Trainee to add when requesting review. PRs without this label will not be reviewed. Review in progress This review is currently being reviewed. This label will be replaced by "Reviewed" soon. labels Sep 23, 2026

This branch has not been deployed

No deployments
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Reviewed Volunteer to add when completing a review with trainee action still to take.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants