phetsims / pendulum-lab

"Pendulum Lab" is an educational simulation in HTML5, by PhET Interactive Simulations.
GNU General Public License v3.0
4 stars 10 forks source link

PhET-iO Design #206

Open samreid opened 5 years ago

samreid commented 5 years ago

For https://github.com/phetsims/pendulum-lab/issues/205 we would like to have a PhET-iO design meeting in advance of the instrumentation.

Schedule a PhET-iO design meeting for the simulation to identify what should be customizable/interoperable/data stream and track it in an issue. For example, see how-to-design-phet-io-features-for-a-simulation.md Think about how a researcher or 3rd party may wish to configure the simulation or collect data from it, and make sure that is supported by the instrumentation. For example, some simulations will need custom higher-level events (such as whether the user created a parallel circuit), for events that are useful, easy to compute in simulation code and difficult to compute in wrapper code. Or a simulation may need to be configurable in a way that is not already supported by the instrumentation you have already completed. These features should be determined in the PhET-iO design meeting.

@ariel-phet can you please schedule a design meeting for this?

ariel-phet commented 5 years ago

Instrumenting specific sims is on hold until we iron out Graphing Quadratics and the new paradigm of instrumentation.