You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After following readme setup instructions and logging in as an admin user I only get a minimal side menu:
That's incredibly confusing since there are supposed to be a lot of example pages. Attempts to load the URLs for those pages manually work when I'm admin but get redirected to login when I'm not logged in. Turns out the full menu only show up for registered non-admin users. That's...really unexpected.
The text was updated successfully, but these errors were encountered:
rsyring
changed the title
Menu logic is messed up
Menu logic requiring a registered non-admin user is confusing
Jun 26, 2023
Regarding the menu items, this can be easily customized by overwriting the menu-list.html
I understand that. My point is that by showing a very basic side navigation when a superuser is logged in it hinders discoverability of all the example/demo content available in the app. Why limit that? Why make it hard to find?
IMO, it would be better DX to just put make the full menu static and show it to all users regardless of authentication or permissions level.
The current sidebar structure (filtered by the user role) was implemented based on the feedback collected from the community.
For sure can be improved but we always try to follow the community trends.
In your case, let us know the specific changes you need and we will assist directly with the code.
If sounds good, please add app-generator to your repository so we can apply the changes.
After following readme setup instructions and logging in as an admin user I only get a minimal side menu:
That's incredibly confusing since there are supposed to be a lot of example pages. Attempts to load the URLs for those pages manually work when I'm admin but get redirected to login when I'm not logged in. Turns out the full menu only show up for registered non-admin users. That's...really unexpected.
The text was updated successfully, but these errors were encountered: