asknot icon indicating copy to clipboard operation
asknot copied to clipboard

Number of projects added

Open sanketshevkar opened this issue 5 years ago • 2 comments

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

sanketshevkar avatar Aug 31 '19 21:08 sanketshevkar

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.

jdm avatar Sep 03 '19 18:09 jdm

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

sanketshevkar avatar Sep 06 '19 16:09 sanketshevkar