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

Roadmap: Flow Type Repositories + Flow Type Editor #14

Open
3 of 17 tasks
aschaeffer opened this issue Jan 22, 2023 · 0 comments
Open
3 of 17 tasks

Roadmap: Flow Type Repositories + Flow Type Editor #14

aschaeffer opened this issue Jan 22, 2023 · 0 comments
Assignees

Comments

@aschaeffer
Copy link
Collaborator

aschaeffer commented Jan 22, 2023

gitGraph
   commit
   branch plugin_git
   checkout plugin_git
   commit id: "git clone"
   commit id: "git fetch"
   commit id: "git checkout"
   branch plugin_flow_repository
   checkout plugin_flow_repository
   commit id: "index flow repositories"
   commit id: "register new flow types"
   branch plugin_flow_editor
   checkout plugin_flow_editor
   commit id: "edit flow type"
   commit id: "create flow instance from flow type"
   commit id: "save flow type"
   checkout plugin_flow_repository
   merge plugin_flow_editor
   commit id: "commit flow type"
   checkout plugin_git
   commit id: "git commit"
   commit id: "git push"
   checkout plugin_flow_repository
   merge plugin_git
   commit id: "push flow type"
   checkout plugin_git
   merge plugin_flow_repository
   checkout main
   merge plugin_git
Loading

Goals

  1. Implement a flow type editor using tauri and diagram.js - make use of the GraphQL API and the Dynamic Graph API
  2. Create and modify flow types
  3. Load flow types from a local git repository
  4. Store flow types in a local git repository
  5. Update flow types from a remote git repository
  6. Upload a locally modified flow type to a remote git repository
  7. Create flow instances of a flow type

Tasks

@aschaeffer aschaeffer self-assigned this Jan 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant