When a metric is renamed or reorganised into a different category, compute functions on other metrics won't know. It would be better to replace any occurrence of Metric.find('Some/Path/Then/Name') with Metric.findWithId('a2edqdwq') - this would involve some simple client-side processing and save a lot of hassle.
When a metric is renamed or reorganised into a different category, compute functions on other metrics won't know. It would be better to replace any occurrence of
Metric.find('Some/Path/Then/Name')
withMetric.findWithId('a2edqdwq')
- this would involve some simple client-side processing and save a lot of hassle.The same should be done for record categories.