jdm / asknot

Ask not what Mozilla can do for you but what you can do for Mozilla.
http://whatcanidoformozilla.org
Other
251 stars 210 forks source link

Number of projects added #357

Open sanketshevkar opened 4 years ago

sanketshevkar commented 4 years ago

Number of projects under each category and under each programming language added. This is my first open-source contribution.

jdm commented 4 years ago

So I think this is a good idea, but I don't think we should hardcode the strings that include the number of projects that are available. I would prefer to show something like "5/13" somewhere, if we are looking at project 5 out of 13 available for a given category. This would avoid any need to add additional strings that need localization, and we can calculate both numbers dynamically in javascript and update the DOM in this code.

sanketshevkar commented 4 years ago

Okay cool. I'll start working on it. Thanks for the help.