phetsims / brand

Assets and metadata for web apps built with phetsims/joist and related libraries.
http://scenerystack.org/
MIT License
1 stars 9 forks source link

which brands should show credits? #17

Closed pixelzoom closed 9 years ago

pixelzoom commented 9 years ago

7/16/15 dev meeting: phet and interoperable brands should have both PhET team credits and Translation Credits.

PhET team credits will be done via logic in AboutDialog.js, `if ( Brand.id === 'phet' || Brand.id === 'interoperable' )

Translation Credits will be done via "links" field in Brand.js.

pixelzoom commented 9 years ago

The "Thanks" section should also only be in phet and interoperable brands only.

pixelzoom commented 9 years ago

PhET team credits and Thanks have been addressed via logic in AboutDialog.

Translation Credits was addressed in phetsims/joist#163.

Closing.