Open samreid opened 4 years ago
@samreid - our convention for HTML5 sims is is just shows the simulation, so that would be a better experience certainly.
However, how much work would it be to make that improvement. If it is more than a couple of hours it is not worth it at this point.
If making the simulation title appear is a fair bit of work, I would make this tab simply say "PhET". "PhET Java CheerpJ" is going to be meaningless to most users.
There are a few possibilities along this spectrum:
There is another option which doesn't automate it. For single-simulation projects, we could just edit the HTML manually. This would take 1-2 minutes per deploy and only work for single-simulation projects, and English only. If we try to do this for multi-simulation projects, it would likely take 1-2 hours of development to set up the scaffolding, then 5 minutes extra per deploy (to look up and add the titles).
Given the other priorities and the fact that we want to expedite making these visible, I would recommend just having them all say the same thing - maybe "PhET Simulation" (not just PhET).
Implemented in the above commit.
At the moment, it reads "PhET Java CheerpJ", but we could have it indicate the simulation name.