open-source-ideas.github.io
open-source-ideas.github.io copied to clipboard
Website for mikaelbr/open-source-ideas
The ux could be made better if the description displayed on the homepage is limited. This could be easily done with javascript by slicing the first say 1000-5000 or so...
If the purpose of the site is to allow issues to be easily found, then the site should allow filtering of issues by labels: (_little work_, etc...)
Either this or rework the appending to use the recommended technique of using `document.createElement`.
This is 2018. The DOM manipulation tools in JS are good enough that we don't have to use jQuery for simple stuff like this.
Prevent XSS and other fun stuff.