From the Contact record, activity tab, we can see Overdue and Past Activities. A hamburger menu lets the user delete, move to case or copy to case. However, it does not let the user Edit.
In testing we have done, many users complained that they could not easily edit activities. They had to first click on it, then scroll down. When there are a lot of past/overdue activities, this may sound silly, but it becomes cumbersome to scroll to the right place on the screen (there are some fixed-height calculations being done, and I'm thinking of overriding the CSS locally, because I think users get confused by scrolling in the wrong place, especially if they have a tactile screen).
Long story short: could we add an 'edit' link in the hamburger menu?
I would say the fixed height/scrolling issue with the case sidebar is working pretty well on CiviCase screens, but is broken on the contact summary screen "Activities" tab. @jamienovick is this on your radar?
From the Contact record, activity tab, we can see Overdue and Past Activities. A hamburger menu lets the user delete, move to case or copy to case. However, it does not let the user Edit.
In testing we have done, many users complained that they could not easily edit activities. They had to first click on it, then scroll down. When there are a lot of past/overdue activities, this may sound silly, but it becomes cumbersome to scroll to the right place on the screen (there are some fixed-height calculations being done, and I'm thinking of overriding the CSS locally, because I think users get confused by scrolling in the wrong place, especially if they have a tactile screen).
Long story short: could we add an 'edit' link in the hamburger menu?