Rich CRUD inspired by Django #492
salvaterra
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi I'm looking for feedback on this. It basically extends Floor by adding ORM entities and UI capabilities. Very early stages, any appetite on looking at this? Goal is to create a one liner entity and blast it into a fully generic CRUD view.
https://github.com/salvaterra/rich_crud_floor
Example:
#Player String name; int age;
Generates a Player class with @entity annotation, getters for ui labels, daos, related entities, and more. This would run before Floor generator.
Beta Was this translation helpful? Give feedback.
All reactions