deep-foundation / deep-foundation/deepcase-app
Implement real-time console output display in the user interface
- Dominant language
- TypeScript
- Stars
- 10
- Forks
- 6
- PR merge metrics
- No merged PRs in 30d
Description
The ability to see the output of a command, such as Jest test results, in real-time within the user interface, using the existing terminal UI from connector. It is necessary to determine how to transmit data from the console in real-time and update the text - whether to add a link for each text change or simply update the text as a whole in the string value.
Current steps:
- Develop a package that will provide console output display functionality as a client handler.
- Use the existing Terminal UI from connector to display the results in real-time.
- Determine the appropriate method for transmitting data from the console to the user interface.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.