Feature #33602
closedAdd an interface to filter activities by user
0%
Description
The activity page already has a feature to show the activities of a user, but there is no UI to do it on the page. You have to go to the profile page of a user (/users/:id
) or rewrite the URL by hand.
It would be nice to be able to select which user's activities are displayed on the Activity page, like Trac.
Files
Related issues
Updated by Go MAEDA over 4 years ago
- Related to Feature #7322: add ability to filter the activity page added
Updated by Mizuki ISHIKAWA over 4 years ago
- File feature-33602.patch feature-33602.patch added
I will attach the patch.
I wrote the code to generate user options based on the code to generate the Author options in the issues filter(Query#author_values).
Updated by Go MAEDA almost 4 years ago
- File user-field-on-activity-page.png user-field-on-activity-page.png added
- Target version set to Candidate for next major release
Here is a screenshot of the patch posted in #33602#note-2. In the sidebar, you can select a project member to show activity.
Updated by Mischa The Evil almost 4 years ago
- Related to Feature #4791: Activity per project and user - missing link? added
Updated by Mischa The Evil almost 4 years ago
I think this could be a nice addition. Nonetheless, its implementation is actually still incomplete as the activity view accepts any user instead of only users who are project members (which is also true for the author issues filter, btw). OTOH, I don't know what the best way to solve this issue completely is (as adding all users to the select tag is not feasible).
Updated by Go MAEDA almost 4 years ago
Mischa The Evil wrote:
Nonetheless, its implementation is actually still incomplete as the activity view accepts any user instead of only users who are project members (which is also true for the author issues filter, btw).
Although the patch lacks a feature to select a user who is not a member of the project, I think it is useful in most cases even if the feature is not available. As you pointed out, issues filter does not have the feature too.
I think it would be better to merge this patch first, and then discuss the ability to select non-members as an additional improvement. What do you think?
Updated by Go MAEDA almost 4 years ago
- Target version changed from Candidate for next major release to 4.2.0
Setting the target version to 4.2.0.
Updated by Go MAEDA over 3 years ago
- Status changed from New to Closed
- Assignee set to Go MAEDA
- Resolution set to Fixed
Committed the patch. Thank you.