ComputationalBiomechanicsLab / opensim-creator

A UI for building OpenSim models
https://opensimcreator.com
Apache License 2.0
154 stars 18 forks source link

Change simulation errors report to an error API, rather than the application log #625

Open adamkewley opened 1 year ago

adamkewley commented 1 year ago

Estimate: 0.5d (incl. updating UI with appropriate error forwarding)

Related: #623

At the moment, the ForwardDynamicSimulator will just return "error" and write the message to the log. This is probably good enough, but a better solution would be to have the error reported to a specialized error API that the UI can hook into (e.g. so that when a user scrolls over the ERROR UI element they can see the error, rather than having to know that the error is actually in the log)

adamkewley commented 1 year ago

Dropping from next release - a few new bugfix tickets (e.g. #645, #644) pushed time out of the schedule and I need to drop ~6 days of development time from the milestone.