phetsims / tasks

General tasks for PhET that will be tracked on Github
MIT License
5 stars 2 forks source link

Document query parameters #1127

Closed pixelzoom closed 1 year ago

pixelzoom commented 1 year ago

This issue was motivated by a tour of new "aqua" query parameters that @zepumph gave at today's dev meeting.

Query parameters are only useful if we can find them, and they are documented. @jessegreenberg noted thast we can find query parameters by searching for "QueryStringMachine.getAll".

A search for "QueryStringMachine.getAll" shows a surprising number of query parameters that are undocumented. Assigning to the responsibile developers, and to @kathy-phet to prioritize.

aqua

phet-io-wrappers

other

zepumph commented 1 year ago

I was able to understand all needed parameters except in scenery/tests/sandbox.html. Which @jonathanolson will need to do.

Thanks @pixelzoom this was a really helpful issue.

zepumph commented 1 year ago

See https://github.com/phetsims/scenery/issues/1586. Closing