brittanyrw/emojiscreen

Add missing links for TV shows

Opened this issue · 3 comments

In the tv.js file, some objects are missing itemLink. Add them in and link to the correct IMDB page for that TV show.

Make sure the link includes https or http at the beginning. The link must be wrapped in quotation marks.

Hello, can I be assigned to this? And can you help clarify if these the steps I need to follow to fix the missing itemLink?: https://github.com/brittanyrw/emojiscreen/blob/main/docs/github_ui_walkthrough.md
Thank you!

Hi @Mikerniker yes, I will assign you to this issue. To fix the missing itemLink, go into the tv.js file and find the objects that do not have itemLink. Then you will need to get the link for that show in IMDB and add an itemLink key to the object.

Make sure there is a comma between the new itemLink and the previous key in the object.

Here is a video of how to add the itemLink. https://github.com/brittanyrw/emojiscreen/assets/23530405/871c30aa-12a7-427b-a25b-52be5bc5bac3

Yes, you can do it through the GitHub UI instructions if you prefer.

Thank you, @brittanyrw ! Will start working on it and send the PR for your approval when ready