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

Add Categories like AI, C++, IoT for searching #10

Open
Bhupesh-V opened this issue Jun 8, 2020 · 6 comments
Open

Add Categories like AI, C++, IoT for searching #10

Bhupesh-V opened this issue Jun 8, 2020 · 6 comments
Assignees
Labels
core Issues/PRs targetting the core of defe documentation Improvements or additions to documentation enhancement New feature or request feeder Issues/PRs concerning feeders help wanted Extra attention is needed

Comments

@Bhupesh-V
Copy link
Owner

This is more of a Documentation like work.
For starters we have to do this :

  1. Go through every feeder files in the feeders directory.
  2. create a new JSON field category.
  3. Assign appropriate categories like devops, machine learning, security etc.

Feel free to ask anything

@Bhupesh-V Bhupesh-V added core Issues/PRs targetting the core of defe documentation Improvements or additions to documentation enhancement New feature or request feeder Issues/PRs concerning feeders help wanted Extra attention is needed labels Jun 8, 2020
@abhishekds94
Copy link

I am interested, @Bhupesh-V but how to know what comes under what category?

@Bhupesh-V
Copy link
Owner Author

I am interested, @Bhupesh-V but how to know what comes under what category?

Lets say there is a podcast dedicated to Ruby language and then we have a newsletter for news related to the same, then both of their categories will be ruby.

This is just initial assumptions we can also create generic categories like security.
The best way is to visit the source of these feeders and see what they mainly talk about.

@abhishekds94
Copy link

Gotcha.
I will give it a shot later today.

@abhishekds94
Copy link

abhishekds94 commented Jun 10, 2020

Let me know if you are expecting something like this,

"podcasts":[
{
"name": "Software Enginerring Daily",
"link": "https://softwareengineeringdaily.com/feed/podcast/",
"web": "https://softwareengineeringdaily.com",
"category": "Software Engineering"
},
{
"name": "Simple Programmer",
"link": "http://simpleprogrammer.libsyn.com/rss",
"web": "http://simpleprogrammer.libsyn.com",
"category": "Programming"
},
{
"name": "Software Enginerring Radio",
"link": "http://feeds.feedburner.com/se-radio",
"web": "https://www.se-radio.net/",
"category": "Software Engineering"
},
{
"name": "The Changelog",
"link": "https://changelog.com/podcast/feed",
"web": "https://changelog.com",
"category": "Software Engineering"
},
{
"name": "Full Stack Radio",
"link": "https://rss.simplecast.com/podcasts/279/rss",
"web": "http://www.fullstackradio.com/",
"category": "Full stack development"
},

@Bhupesh-V
Copy link
Owner Author

This is perfect 👍
We can improve this with time (when new feeders come up)

@abhishekds94
Copy link

Could you please assign this to me? - I'll send a PR in a day or two.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
core Issues/PRs targetting the core of defe documentation Improvements or additions to documentation enhancement New feature or request feeder Issues/PRs concerning feeders help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants