-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Instrument for PhET-iO #177
Comments
Questions for a design meeting:
|
After the above commits, studio and standalone are running when not validating tandems (but validating API). |
As of now all required tandems have been filled in. The sim launches in studio and standalone while validating tandems. Studio can break pretty easily though because of incorrect serialization. Here is a list of next steps:
|
I think we are ready for a PhET-iO meeting. The main agenda is #177 (comment), and it will be good to look through #190 too. Tagging @kathy-phet so she knows that I think it is time. In the interim I will work on the code review issues I've found (~10 issues I've opened through this work). Tagging @samreid also because I did a bit different pattern for initial implementation. I dove straight into the PhET-iO instrumentation, and found code-review items as I went. When I thought that there was something that may need reworking, I left it alone, creating a side issue to handle a refactor+instrumentation separately. This has worked well for me, and I don't think that there were too many drawbacks to this more expedited approach. That said PM is simpler than many sims, and likely this wouldn't work for all sims. Furthermore, it is possible that I may THINK this was a good pattern, but future changes may occur that result in extra cost because of phet-io instrumentation already in there. |
We have had a phet-io meeting where we went through #177 (comment), and much has been implemented. There are only a few issues left with the instrumentation before we are ready for phetioFeatured (#205). The main one is #208. I will go ahead and close this issue, and follow up in sub issues. |
This sim is next on my list for PhET-iO instrumentation. Tagging @jbphet because he is the responsible dev.
My thoughts are to take a first pass before taking it to a design meeting.
@jbphet could you please note any current issues in the repo that should be taken care of before publishing off of master? Then you can unassign yourself.
The text was updated successfully, but these errors were encountered: