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

ChainEditor converted to FastAPI #159

Merged
merged 13 commits into from
Aug 12, 2023
Merged

ChainEditor converted to FastAPI #159

merged 13 commits into from
Aug 12, 2023

Conversation

kreneskyp
Copy link
Owner

Description

This converts the chain editor to use FastAPI endpoints. All API should now route through FastAPI.

Changes

Chain Editor now uses FastAPI:

  • graph load
  • node add/update/delete/position
  • edge add/update/delete
  • chain name

API

  • refined axios hooks to reduce duplicate code

How Tested

  • manual tested all features of chain editor

TODOs

[List any outstanding TODOs or known issues that still need to be addressed.]

@kreneskyp kreneskyp merged commit b7bb4ef into master Aug 12, 2023
@kreneskyp kreneskyp deleted the fastapi_editor branch August 12, 2023 16:37
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

Successfully merging this pull request may close these issues.

1 participant