Skip to content
/ rapid Public

Demo automatic form creation in React using SQLAlchemy, Marshmallow, and React

Notifications You must be signed in to change notification settings

DerbyPy/rapid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Rapid: SQLAlchemy to React form

A DRY method to turn SQLAlchemy entities (models) into React forms.

Proof of concept: rapid on Github

Projects Needed

Customization / Bugs

  1. Required fields should not permit empty string
  2. marshmallow-jsonschema creates incompatible JSON schema for integers
  3. Form field names aren't pretty, use better titles.

Known Issues

  • marshmallow-jsonschema can't handle Enums
  • react-jsonschema-form will handle nested records, but not clear how to get a Parent/Child relationship through our SA/marshmallow stack so that works.

About

Demo automatic form creation in React using SQLAlchemy, Marshmallow, and React

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published