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

Enhancement: Recommended Courses #83

Open
7 tasks
rosekamallove opened this issue Apr 25, 2022 · 1 comment
Open
7 tasks

Enhancement: Recommended Courses #83

rosekamallove opened this issue Apr 25, 2022 · 1 comment
Labels

Comments

@rosekamallove
Copy link
Owner

rosekamallove commented Apr 25, 2022

I am thinking of creating a json file in the /Pages/CoursesPage which will contain various courses recommended by the users.
It will be an array of objects with each array item being a track with various playlists inside of it.

[
  {
    title: "Full Stack Web Development",
    playlists: [
      "https://www.youtube.com/playlist?list=PLDlWc9AfQBfaO1IX02_1L5MW2s9RyIgQ7",
      "https://www.youtube.com/playlist?list=PL4cUxeGkcC9gZD-Tvwfod2gaISzfRiP9d",
      "https://www.youtube.com/playlist?list=PL4cUxeGkcC9jsz4LDYc6kv3ymONOKxwBU",
    ],
  },
  {
    title: "Android Development",
    playlists: [
      "https://www.youtube.com/playlist?list=PLDlWc9AfQBfaO1IX02_1L5MW2s9RyIgQ7",
      "https://www.youtube.com/playlist?list=PL4cUxeGkcC9gZD-Tvwfod2gaISzfRiP9d",
      "https://www.youtube.com/playlist?list=PL4cUxeGkcC9jsz4LDYc6kv3ymONOKxwBU",
    ],
  },
];

It could look like this or we can have a discussion below, on what would be the best way to create this sort of a database

1. Compile the best Courses in the JSON format

  • Introduction to Programming and Data Structures and Algorithms
  • Full Stack Web Development
  • Backend Development
  • Frontend Development
  • Native Android Development
  • Flutter Development
  • Block Chain Development

2. Implement this JSON database

@rosekamallove rosekamallove changed the title Recommended Courses Enhancement: Recommended Courses Apr 25, 2022
@neeoll
Copy link

neeoll commented Apr 25, 2022

Hi, just wondering if this issue is open for contribution, and if so, what did you have in mind for how the JSON file and database should be structured?

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

2 participants