Feedbacks on the demo #510
Replies: 2 comments
-
|
Hello @ouvreboite First of thank you for taking some of your time to write a clear feedback. It is very valuable for us as we try to make Manifest onboarding smooth. Let me answer your suggestions:
|
Beta Was this translation helpful? Give feedback.
-
|
Hi @brunobuddy The one on manifest.build is quite clean indeed :). I like that it showcases middleware (which I did not know about) and that it sticks to the "long form" of properties declaration to not mix things up. Maybe this could somehow be extended with some relations for the demo?
For example, the demo could be of a "mailing list" app: Contact (as-is) + MailingList (many-to-many with Contact, + a more restrictive permission) |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
👋 Hey, I'm not an active user, but I've toyed with a lot of backend-as-a-service tools. I like the idea of a declarative file and love that you provide a demo. After looking at it, I've a few feedbacks.
For example, you could have a demo manifest that would look like that, demoing entities, relations, validation, file and policies while using YAML comments to make the manifest self-documented
As for the JSON schema, I created a quick repo with only the demo content (with minor adjustment), and you can see what is looks like on codeflow: https://stackblitz.com/~/github.com/ouvreboite/manifest-demo?file=manifest.yml
It's still not ideal (The YAML extension is not installed automatically and somehow the admin page is not correctly loaded at first), but this allow to have JSON schema based autocompletion in the demo. ⬇️
Beta Was this translation helpful? Give feedback.
All reactions