Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enhancing the Console #76

Open
muhammadtahasuhail opened this issue Apr 13, 2021 · 4 comments
Open

Enhancing the Console #76

muhammadtahasuhail opened this issue Apr 13, 2021 · 4 comments

Comments

@muhammadtahasuhail
Copy link
Collaborator

Some of the things to be added are:

  • Redirect errors from different processes to console.
  • Improve appearance.
@shreyas2000

This comment has been minimized.

@shreyas2000
Copy link

shreyas2000 commented May 5, 2021

  • Improve appearence.
  • Redirecting all errors to console.
  • Quit button.
  • Handling restart and exit of application.
  • proper execution sequence and some refactoring for improved performance.

@shreyas2000
Copy link

Currently if error occurs it can be displayed on console. But after making changes should:

  • user quit and restart the application to see changes or
  • there be a restart button on the console to reluanch the application with changes.
    ? @AbsorbedInThought

@muhammadtahasuhail
Copy link
Collaborator Author

User should quit and build the application again from the frontend build option. Restarting the application from the console might cause some issues such as memory leaks or orphan processes. Although that should not happen but it's better to end the previous application completely and then build a new one. In the future we might explore this feature.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants