WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

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