Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No Video Title in Video section #547

Open
4 tasks done
AlfiyaSiddique opened this issue Jul 22, 2023 · 1 comment
Open
4 tasks done

No Video Title in Video section #547

AlfiyaSiddique opened this issue Jul 22, 2023 · 1 comment
Labels

Comments

@AlfiyaSiddique
Copy link
Contributor

Description

The data object of the video tutorial is confusing in terms of readability cause the key names are not proper and also the video title is not present.

In the tutorial video database array, the title key contains the creator's name and there is no actual name of the video present in the object. The subtitle field contains the text About the video (For all videos ) which is static content and no need to store it. I will add the actual title in the title key and the name of the creator in the creator key.

Following is an example of a video object that I want to implement

{
"tutorialId": "msyGybzCKRs",
"creator": "Kunal Kushwaha",
"title": "What is Open Source & How to Start?",
"para": "In this video you will understand what Open Source is and how contributing can help you."
}

If you allow, I will make the above changes and make sure that no code breaks that use this data object.

Also on clicking on the video, it opens on the same tab so I'll add the target attribute to make it open in another tab which will be more convenient.

Screenshots

No response

Additional information

No response

What browser are you seeing the problem on?

Chrome

Checklist

@github-actions
Copy link

Hello👋 @AlfiyaSiddique, I hope you are doing well!
Thank you for raising an issue. We will will investigate into the issue and get back to you as soon as possible. Please make sure you have given us as much context as possible.
Feel free to join the community and collaborate ❤
Join our Discord Community here and make sure to STAR the project.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant