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

Create a basic REACT front end #6

Open
onlyjus opened this issue Jul 13, 2021 · 1 comment
Open

Create a basic REACT front end #6

onlyjus opened this issue Jul 13, 2021 · 1 comment
Assignees
Labels

Comments

@onlyjus
Copy link
Collaborator

onlyjus commented Jul 13, 2021

React a basic REACT front end that allows users to:

  • Create a new user account
  • Login
  • See a list of workflows that the user has access to
  • Open and visualize a test workflow
@AllysonRivera AllysonRivera self-assigned this Jul 16, 2021
@derockenthis derockenthis self-assigned this Jul 16, 2021
@onlyjus
Copy link
Collaborator Author

onlyjus commented Jul 16, 2021

The node library we picked is: https://reactflow.dev/

Looks like the nodes require similar data to what is stored in the *.nc files:
{ id: '1', type: 'input', data: { label: 'Node 1' }, position: { x: 250, y: 5 } }

And the connections are similar too, but use the unique names of the nodes:
{ id: 'e1-2', type: 'straight', source: '1', target: '2', animated: true, label: 'edge label' }

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

No branches or pull requests

3 participants