-
-
Notifications
You must be signed in to change notification settings - Fork 651
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Proposal: Back button to return to dashboard #1897
Comments
Hello! I'm trying to work on this for a class, and I'd love to be assigned to this to create a mock of what I'm discussing, even if it doesn't get included in the final product. I think this would be great for making the application more usable and intuitive, as this was something I was looking for and couldn't find. |
hi! yes of course. If you want to take a look at other places feel free to cook up some mockups for those as well. (as a sidenote the logic for the routines will change a lot soon, I'm not sure if you need to take it into account, but if you want to take a look, here's the beta version https://wger-routines.rge.uber.space/de/dashboard username: user password: flutteruser ) |
Sweet! Thank you, I do not need to take that into account, as we just need to create an issue that we think we could help with, create the issue, then from there we need to just make a pull request. If it would be more helpful for you for me to build it into the newer routes I totally can, but I was just going to fork it off of this repo and mess around with the code myself. Do you have any tips or tricks that I could do? I'm familiar with the general structure and style of the code, but would love to know where the page content is loaded into the DOM so that I could put the back button somewhere in there. |
in this case the part in red is rendered using react (from this repo), if you are looking around in the code, it's the Note that not all the application uses react, just on some places where we want a bit more interactivity. All other pages are pure django. |
Use case
When I was using the application, I found that it was hard for me to understand how to go back to the main page after I'd clicked into one of the sections, the only way I found to was to click the icon in the top left, which isn't the best from a usability heuristic standpoint.
Proposal
I'd love to add a simple back button to the 3 details pages once you click into them, so that users can very easily return back to their main dashboard without hitting the back button on their browser or trying to find the icon.
The text was updated successfully, but these errors were encountered: