bogas04 / SikhJS

👳 🚀 Gurbani Progressive Web Application
https://bogas04.github.io/SikhJS
MIT License
26 stars 16 forks source link

Shabads search is not complete was searching for ik til nahi visrey and it showed nothing #19

Closed ravjot28 closed 7 years ago

bogas04 commented 8 years ago

It is from amrit kirtan's index. Challenges are:

I'm still looking for some good database that can help in searching and indexing.

bogas04 commented 7 years ago

I'll try to use iGurbaniDB.

bogas04 commented 7 years ago

Thanks to GurbaniNow, I am able to create a decent Shabad Searcher. Will release it tonight hopefully to the master branch.

To improve performance however I guess we can cache all the Shabads (1-12,817, once his DB is finalised) to our docs/json/hymn/ folder. This will also assist Service Worker.

bogas04 commented 7 years ago

Once we have the hymns, then we can simply ask users/devs to create PRs to the above hymns to put meta content like

{
  "ShabadID": 1234,
  "...": { ... },
  "Kirtans": [
      "https://soundcloud.com/...",
      "https://youtube.com/....",
      "..."
   ]},
   "Kathas": [
     { "By": "Basics of Sikhi", "src": "https://youtube.com..." },
     { "By": "Bhai Sukha Singh UK", "src": "https://youtube.com..." }
   ]},
   "Misc": [
     "https://wikipedia....",
     "https://sikhwiki...",
     "https://reddit.com/r/sikh/..."
   ]},
}

I love this idea personally as it makes use of Open Source ! Maybe a UI can be created that helps user create such PR. Let's have discuss over this over #21