-
-
Notifications
You must be signed in to change notification settings - Fork 824
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
Case Dashboard: fix labels on my/all radio buttons, and simplify label text #20958
Conversation
(Standard links)
|
Ahh you made me click. Back at ya: If changing here, then those dashlet version ones should probably be made consistent, but it wouldn't have to be part of this PR. The third one is actually a link to Find Cases not the dashboard. None of the labels before and after are 100% accurate (it's actually something like cases that have an activity in the next 14 days with status=Scheduled). So maybe the text should say "Surprise me". (grin) |
I vote for 'some random cases you may be interested in' or 'people who read your last case also read....' |
I'm conflicted on this. There's no technical issues, it's just whether it's clearer or not. I understand the current is verbose, but the proposed wording might be misleading, e.g. The case dashboard is broken because I clicked "My Cases" but it's missing a lot of them. Just tossing an idea: something like |
@demeritcowboy Sorry about that, I didn't expect to go down a rabbit hole on this one! I have to admit I did not understand the From
and then the smarty does if/else to set the right default option?
I have to admit that my users rarely see the "Upcoming Activities" lists, because they only use the summary (click on all open cases, etc). They do not use scheduled activities much. If we look at the summary table (number of open cases), the toggle is misleading, because the summary always lists all/my cases, regardless of whether there are upcoming activities. And then for the lists of upcoming activities, I do feel like the labels of those lists are pretty clear (and I'm not proposing to change them). Just my opinion, of course, and I completely defer to you. I didn't understand about the dashlets. I had a look at they do not display a my/all filter? (I am very sleep deprived, apologies if I am missing anything obvious, or if I am not making sense) |
Yes I think one of many problems with the dashboard is that the toggle applies to both the summary section and the sections below, but they don't show the same things, so it's difficult to get wording that describes both accurately. But yeah I can see that because it's at the top, having wording that matches that one maybe should have priority. So thinking of it that way, it seems fine. For the dashlets, it's not those dashlets - there's another one called Case Dashboard Dashlet. Historical note: The dashboard was a draft suggestion of what could go in it, but then got shipped and became THE dashboard. I usually replace it with a custom page or something. For $mycases, you might be right. I haven't looked. There might be lots of awkward code in there. |
Overview
The Case dashboard has a radio button to toggle between "My Cases" and "All Case".
Except they are not named that way, nor do they behave like most radio buttons. What you might read below might surprise you. Or not. (/clickbait)
Before
After
Comments
cc @demeritcowboy