Add datalogic-ui, remove react-file-reader-input#615
Open
codetiger wants to merge 1 commit into
Open
Conversation
Adds datalogic-ui, a visual node-based editor and step-through debugger for JSONLogic rules. Per CONTRIBUTING.md, removes one non-awesome entry: react-file-reader-input has had no commits since June 2020. https://github.com/GoPlasmatic/datalogic-rs/tree/main/ui
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Removing (as required by CONTRIBUTING.md)
react-file-reader-input- no commits since June 2020, six years stale. It fails the list's "It has recent code commits!" criterion, and its job (a file input wrapper) is now served by plain<input type="file">plus the File API without a dependency.Adding
Why it is awesome: it solves the "non-developer needs to edit business logic" problem visually, and the unusual part is the debugger. You can step through a rule evaluation node by node and watch intermediate values resolve against your data, because the real engine (compiled to WebAssembly) runs in the browser rather than a JS reimplementation. Rules are plain JSON in and out, so it drops into an existing form or admin UI.
It sits naturally next to
react-awesome-query-builderin Miscellaneous: same visual-logic-editing space, different shape (node graph and a debugger, versus form-field rows).The demo link is a live playground, no signup. Added alphabetically at the top of Miscellaneous.