Skip to content

Connect backend and frontend for initial data read #31

@YJDoc2

Description

@YJDoc2

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions