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

Connect backend and frontend for initial data read #31

Open
YJDoc2 opened this issue Apr 17, 2021 · 2 comments
Open

Connect backend and frontend for initial data read #31

YJDoc2 opened this issue Apr 17, 2021 · 2 comments

Comments

@YJDoc2
Copy link
Collaborator

YJDoc2 commented Apr 17, 2021

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.

@raj2729
Copy link
Contributor

raj2729 commented Apr 18, 2021

I would like to work on this issue

1 similar comment
@shahjigar556
Copy link
Contributor

I would like to work on this issue

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

No branches or pull requests

3 participants