-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
When application will be launched, each time, it will check stored data for existing projects data, and that should be given to frontend, so that it can render the project list. Create appropriate function, and pass on the required data to frontend.
The data might include project name, path, description, tags, stack, project specific commands, common commands for all projects etc.
This should be then used by frontend to render the project list, and when clicked on specific project, render the correct details as well as commands etc, which should be then connected to appropriate backend function using ipcbridge events, so that they can run in backend when clicked etc.