phetsims / graphing-quadratics

"Graphing Quadratics" is an educational simulation in HTML5, by PhET Interactive Simulations.
MIT License
1 stars 4 forks source link

Migrate overrides.js into code #184

Closed pixelzoom closed 1 year ago

pixelzoom commented 1 year ago

... before republishing this sim.

pixelzoom commented 1 year ago

Baseline deployed before making changes:

pixelzoom commented 1 year ago

In the above commits, I migrated metadata for model elements from overrides.js to code. This went very quickly, ~10 minutes.

pixelzoom commented 1 year ago

In the above commits, I migrated metadata for view elements from overrides.js to code. This took ~35 minutes.

Migration is complete. Total time was ~45 minutes. There were no API changes, and no bugs encountered in the overrides.js file.

Deployed after migration:

Closing.