Skip to content
This repository was archived by the owner on Jun 7, 2024. It is now read-only.

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 subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

3 participants