I’m creating a Frappe App with custom doctypes and modules in it. I need custom a web page with file upload and charts in it. This page basically is like a calculator of some sort, with inputs from doctype instances and some user inputs. I used Frappe UI for this custom web page. Other requirements for this web page are:
- The page has read and write access to some doctypes.
- This web page should be accessible only for logged in users.
- I also want to be part of the sidebar as a menu item after they logged in.
- For the administrator, this page should be accessible in the side bar menu.
I already written a couple of Vue components for the page and I don’t think it fits in the “Web Page” doctype or even “Portal Pages”.
I stopped working with frappe framework for quite some time, so I’m not sure how to approach this. What is the best way to implement this in Frappe Framework?