You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
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
The text was updated successfully, but these errors were encountered: