You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 24, 2020. It is now read-only.
Currently we store timer result as string, which is pretty convenient up to a certain point.
But in future we might want to perform some calculations with results, and string representations would not fit our use-case anymore.
Therefore, we have to change it from string to integer (probably value in milliseconds).
This issue affects both frontend and backend repositories.
Currently we store timer result as string, which is pretty convenient up to a certain point.
But in future we might want to perform some calculations with results, and string representations would not fit our use-case anymore.
Therefore, we have to change it from string to integer (probably value in milliseconds).
This issue affects both frontend and backend repositories.