Parsing Time Display
- Dominant language
- TypeScript
- Stars
- 117
- Forks
- 51
- Avg merge
- 2d 15h
- Merged PRs (30d)
- 4
Description
## User Story
As a user, it can be confusing to me when a query is running but the timer stops displaying, but the query doesn't appear to be completed yet\. I would like to also have a counter for the time for parsing data so that I don't think things are frozen\.
## Acceptance Criteria
- After the query has returned, the final query time will be shown to the user
- A parsing timer will then show and count up until the parsing has been completed
## Notes
The incrementing timer is a great clue to the user that they are not hung, it is just still running\. Conversely, it becomes a negative clue if nothing is active\/incrementing\.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.