Project

General

Profile

Actions

Feature #33602

closed

Add an interface to filter activities by user

Added by Go MAEDA almost 4 years ago. Updated about 3 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Category:
Activity view
Target version:
Start date:
Due date:
% Done:

0%

Estimated time:
Resolution:
Fixed

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

trac-timeline-by-author.png (307 KB) trac-timeline-by-author.png Go MAEDA, 2020-06-16 16:28
feature-33602.patch (3.2 KB) feature-33602.patch Mizuki ISHIKAWA, 2020-07-16 07:06
user-field-on-activity-page.png (143 KB) user-field-on-activity-page.png Go MAEDA, 2020-12-28 03:38

Related issues

Related to Redmine - Feature #7322: add ability to filter the activity pageNew2011-01-13

Actions
Related to Redmine - Feature #4791: Activity per project and user - missing link?New2010-02-10

Actions
Actions #1

Updated by Go MAEDA almost 4 years ago

  • Related to Feature #7322: add ability to filter the activity page added
Actions #2

Updated by Mizuki ISHIKAWA almost 4 years ago

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).

Actions #3

Updated by Go MAEDA over 3 years ago

Here is a screenshot of the patch posted in #33602#note-2. In the sidebar, you can select a project member to show activity.

Actions #4

Updated by Mischa The Evil about 3 years ago

  • Related to Feature #4791: Activity per project and user - missing link? added
Actions #5

Updated by Mischa The Evil about 3 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).

Actions #6

Updated by Go MAEDA about 3 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?

Actions #7

Updated by Go MAEDA about 3 years ago

  • Target version changed from Candidate for next major release to 4.2.0

Setting the target version to 4.2.0.

Actions #8

Updated by Go MAEDA about 3 years ago

  • Status changed from New to Closed
  • Assignee set to Go MAEDA
  • Resolution set to Fixed

Committed the patch. Thank you.

Actions

Also available in: Atom PDF