Closed brunobuddy closed 1 month ago
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
manifest-schema | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Sep 25, 2024 2:56pm |
@brunobuddy
I kept your default backend.yml. Making tests from the admin panel, I can't udpate a,y cat. It looks like we can't update an entity which is related to another one using the belongsToMany relation.
When try to edit the entity(so the cat here), the serving crash. Here are the error:
Description
This PR adds many-to-many relationships to Manifest.
It also clarifies one-to-many relationships giving it a proper specification and development as the POC implementation was a bit hazardous.
Related Issues
117
109
How can it be tested?
develop
branch of the website repository and launch the docs following the README.md. You should see the new Relations doc.npm run dev
and play around with your/packages/core/manifest/manifest/backend.yml
admin panel
, therest api
and thejs sdk
relationship.e2e-spec.ts
file and validate eachit()
functional affirmationImpacted packages
Check the packages that require a new publication or release:
Check list before submitting