- I think my confusion lies in the design of the user portal. What are the best practices for the user portal?
- User login journey:
- http://127.0.0.1:8000/#login # Login interface
- http://127.0.0.1:8000/apps # Users are required to select an app
- http://127.0.0.1:8000/insights/dashboards # Assume the user selects the Insights app
- http://127.0.0.1:8000/ # After login, this page is the “My Account” page
…
Some applications have paths to return to other apps, while in others, there are none.
Not all apps have a link back to the Desk.
How to deal with these things?
- Visitor Browsing, sign up , sign in
- user profile
- select an app
- from an app to another.
- back to where? back to home ? back to userProfile ? back to desk ?
I know these are easy for experts, but as a beginner, I want to find the best practices from Frappe.