Replies: 2 comments 2 replies
-
Hi, I'm going to reuse api for model declaration from here https://github.com/zerobias/relativism |
Beta Was this translation helpful? Give feedback.
0 replies
-
@Kelin2025 What about publish that example as side package? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi. I want to propose a helper to create database-like stores where each field is a store and each record has its ID.
Automatic ID generation by entity name
Automatic fields creation
Fields are accessible as well
Items removal
Edit feature
It's OK when you have todo form with only one field, you can create store and its logic but if you have complex entities and editors you might get a lot of code duplication. To fix that, you can create a temporary clone of records which will replace original then.
WIP
Go to sandbox
Beta Was this translation helpful? Give feedback.
All reactions