What is the best way to get a custom view (html + js) into the desk portion of the frappe framework? Ideally having one created for each record of a doctype?
I know I can manually create a page (such as x-analytics reports), but would ideally like to have them auto-generated and usable in desk.
To re-use the blog example, I would like to have “Blog Post” under the Documents header. Then a custom header “Blog Posts”, with a link to each blog post rendering a custom html+js page based on the selected document.
If it’s possible, I could go one step further and define a module that this custom header could appear in, and entries in the (ex) “Blog Post” table that are linked to that module would show up similar to above.
Thanks!