Bhupesh-V / defe

devfeed is a Tech feed Aggregator for Developers & Tech Enthusiasts
GNU General Public License v2.0
30 stars 17 forks source link

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

Open Bhupesh-V opened 4 years ago

Bhupesh-V commented 4 years ago

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

abhishekds94 commented 4 years ago

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

Bhupesh-V commented 4 years ago

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 commented 4 years ago

Gotcha. I will give it a shot later today.

abhishekds94 commented 4 years ago

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 commented 4 years ago

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

abhishekds94 commented 4 years ago

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