Feature #33602
closed
Add an interface to filter activities by user
Added by Go MAEDA over 4 years ago.
Updated over 3 years ago.
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 to Feature #7322: add ability to filter the activity page 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).
Here is a screenshot of the patch posted in #33602#note-2. In the sidebar, you can select a project member to show activity.
- Related to Feature #4791: Activity per project and user - missing link? added
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).
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?
- Target version changed from Candidate for next major release to 4.2.0
Setting the target version to 4.2.0.
- Status changed from New to Closed
- Assignee set to Go MAEDA
- Resolution set to Fixed
Committed the patch. Thank you.
Also available in: Atom
PDF