fritzing / fritzing-parts

Electronic components for use in the Fritzing app (aka the parts library)
http://fritzing.org/parts
Other
506 stars 360 forks source link

some core parts are missing descriptions #262

Open davidperrenoud opened 10 years ago

davidperrenoud commented 10 years ago

From irasc...@gmail.com on May 21, 2010 05:27:18

will write a little script to make a list

Original issue: http://code.google.com/p/fritzing/issues/detail?id=1076

davidperrenoud commented 10 years ago

From irasc...@gmail.com on May 21, 2010 06:35:25

found these by inspection:

tilt switch infrared proximity sensor 7 segment led display 16 segment display microphone loudspeaker solenoid arduino nano

davidperrenoud commented 10 years ago

From irasc...@gmail.com on June 13, 2010 06:49:54

Cc: brendan.howell

davidperrenoud commented 10 years ago

From irasc...@gmail.com on September 28, 2010 10:01:33

Labels: Component-Parts

davidperrenoud commented 10 years ago

From irasc...@gmail.com on August 28, 2011 22:13:47

Owner: andre.knoerig@gmail.com
Cc: -brendan....@gmail.com

failiz commented 3 years ago

This still seems an issue in 0.9.4, but it is related to parts. Move to parts repository?

mMerlin commented 3 years ago

Grep says 92 parts have a blank description. A separate check says that all parts have a description tag.

grep -i "<description></des" core/* | wc -l
grep -L "<description>" core/*