FeatureBaseDB / SlothAI

A simple document pipeline manager for AI. Runs Python on AppEngine.
https://ai.featurebase.com/
MIT License
3 stars 2 forks source link

Create Pipeline > Selecting node doesn't add, and Create button should be disabled #65

Open ljsinclair opened 11 months ago

ljsinclair commented 11 months ago

Issues

  1. The field title "Add node" implies what's selected will be added (making the Add button redundant)
  2. The "Create" button is enabled which means just selecting a node then clicking throws an error (which contains typos)

Steps to reproduce

Result: Error message with typos -- "The request body must be valid JSON data and contain a 'name' and 'nodess' key"

Solution