Skip to content

Latest commit

 

History

History
27 lines (15 loc) · 1.26 KB

File metadata and controls

27 lines (15 loc) · 1.26 KB

Flow Builder for the Oracle Digital Assistant

Demo

Digital Assistant Flow Builder Demo GIF

Install & Run

As usual, to install deps into node_modules and run a local server on http://localhost:3000, run the following:

yarn && yarn start

Tech used

I build this project in 2019 while working with the Oracle Digital Assistant.

It uses React and Redux. For type-checking, I used Flow (which is similar to TypeScript). For code-style, I used ESLint. I also used a couple handy libraries for the drag-and-drop UML-like functionality, as well as for the YAML syntax-highlighting.

As of 2024, I spent part of a day to update the dependencies here, so that it simply installs and runs.

About

This project aimed to deliver a graphic, drag-and-drop-based designer (kind of like a flow-diagram) for creating the YAML definition for the Flow of an Oracle Digital Assistant.

It's in the form of a web-app that can be run in a browser.