I wish to create a custom section with a tree and permission on the nodes. I'll have 3 type of nodes and then 3 type of document type with some fields.
My questions are:
How to create section and tree?
How to render the field of document type there?
Is better to create custom modelview and save data into external tables and mapping with Ditto or use strong view model and then with angularjs I present data in backoffice?
Im not sure if/how it handles permissions, if you need different permissions for different nodes or every nodes, but as its a backoffice application i guess you can use the built in permissions handling by Umbraco Users.
Custom section and content
Hi,
I wish to create a custom section with a tree and permission on the nodes. I'll have 3 type of nodes and then 3 type of document type with some fields. My questions are:
Hi Biagio.
Im not sure if this is enough for you, but Tim Geyssens has created a great package for creating a custom section with custom poco data CRUD operations called UI-O-Matic: https://our.umbraco.org/projects/developer-tools/ui-o-matic/
Im not sure if/how it handles permissions, if you need different permissions for different nodes or every nodes, but as its a backoffice application i guess you can use the built in permissions handling by Umbraco Users.
Just a tip from me.
Take care! / Dennis
Hi, Dennis,
I know UI-O-matic, I've already used it in other site, but It's good for fast CRUD form.
is working on a reply...