Hello, everyone o/
I’ve been thinking about bringing back Mozilla India Leaderboard. I’ve done some primary research( ) on how we can accomplish it. I think it’s just the right time to form a focus team. Here is my proposal,
Aim/Goal of the Focus Team : Bring back Mozilla India Leaderboard.
Deatiled Goal :
Audit the existing code & decide if anything we can take from the existing code.
STATUS UPDATE : Since no one signed up for the focus team yet, I’m starting the initial work. I’m choosing PHP to fetch the data from Mozillians API as it’s the language I’m most familiar with. The repo is hosted on GitLab as a private repo, since I can’t share the api-key publicly. So far I can successfully fetch data from the Mozillians API endpoint.
NOTE : If you want to help out please either comment on this thread or ping me on Discourse / Telegram(rcmainak) / IRC(#india) / Facebook(fb.com/rcmainak) / Twitter(@rcmainak).
UPDATE : After giving my approach a second thought I figured out a way to store the API-Key in a separate file & made sure it doesn’t get commited by adding it to gitignore file, nothing fancy here. Now the code can be found on GitHub. Please feel free to submit PR. I’m sticking to PHP for now since no one else volunteered yet. The work in half way close to the finish line, sorry for taking to long.