webcomponents.org icon indicating copy to clipboard operation
webcomponents.org copied to clipboard

Destroy my Widget!

Open adaliszk opened this issue 7 years ago • 3 comments

It would be nice if the small teams could ask the community to test their element and try to destroy them and report test results. It would help a lot to the lonewolf developers and it could be fun for testers to try destroy something :)

adaliszk avatar Nov 11 '16 15:11 adaliszk

@adamos42: What do you think about creating a "destroy-my-widget" collection? The only issue is that it'll need to be maintained, but it'll show up with its own page etc. Sample collection: https://beta.webcomponents.org/collection/samuelli/best-emoji

samuelli avatar Dec 19 '16 04:12 samuelli

@samuelli this is rather a badge instead of a collection, it just an indicator that the maintainer does not have time to test everything and need to be tested in different environment or in different situations and the developers could test it and send feedback for the maintainer.

It can be similar to stackoverflow, just here the maintaners ask the community to try break and destroy their element and provide feedback so that element will be battle tested and stable.

adaliszk avatar Dec 19 '16 08:12 adaliszk

A halfway badge could be a help wanted, a default issue label on github, badge.

You can send off an AJAX call to https://api.github.com/repos/:owner/:repo/issues?labels=help%20wanted This will return all issues with the help wanted label, if there are more than zero results add the badge somewhere. Clicking the badge should take you to a list of help wanted issues. https://github.com/:owner/:repo/issues?q=is:issue+is:open+label:"help+wanted"

Example JSON: With help wanted Without help wanted

Link2Twenty avatar Jan 05 '18 16:01 Link2Twenty