Centralize Index <> Time Stamp Converter Object #706
Labels
new idea / feature request
New feature or request
refactor
Issues to remove tech debt or improve design
WIP
Someone is aware of this and working in progress
Is your feature request related to a problem? Please describe.
Right now we have a few utils to convert time stamp array to index and vice versa. However, we have multiple places to request to data exchange. To reduce overhead in computation and inconsistency in logic control, we should have a OO designed convertor to do all these calculation and get-set service.
Describe the solution you'd like
Create a TimeStampIndexConvert object and handle all these in a centralized way.
The text was updated successfully, but these errors were encountered: