Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 1.72 KB

readme.md

File metadata and controls

29 lines (20 loc) · 1.72 KB

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.