Closed Bug 948961 Opened 10 years ago Closed 10 years ago

Add "My Activity" link to account drop down in Mozilla skin

Categories

(bugzilla.mozilla.org :: General, enhancement)

Production
enhancement
Not set
normal

Tracking

()

RESOLVED FIXED

People

(Reporter: jidanni, Assigned: dkl)

Details

Attachments

(1 file, 1 obsolete file)

User Agent: Mozilla/5.0 (X11; Linux i686; rv:27.0) Gecko/20100101 Firefox/27.0 Iceweasel/27.0a2 (Beta/Release)
Build ID: 20131115004004

Steps to reproduce:

Did some action to some item, and the next day tried to find it again.


Actual results:

Not ALL actions can be found easily.


Expected results:

With an identically placed Facebook-like "Activity log" http://www.facebook.com/help/437430672945092/ , one could find them all!
Note I am talking about per-user, not per-bug!
So what are you missing from https://bugzilla.mozilla.org/page.cgi?id=user_activity.html exactly?

"Some action to some item" is nothing that can be fixed.
Flags: needinfo?(jidanni)
Severity: normal → enhancement
It turns out that link has all the info one needs.

It just needs to be added as a shortcut, "underneath the email@address pull-down menu"


    My Bugs
    My Profile
    My Activity <-- HERE
    Preferences
    My Requests
    Log out

And reordered latest first, just like Facebook does.
Flags: needinfo?(jidanni)
Status: UNCONFIRMED → RESOLVED
Closed: 10 years ago
Resolution: --- → INVALID
I think this would be useful to add to the Mozilla skin as a shortcut to finding your own activity. Moving.
Assignee: general → nobody
Status: RESOLVED → REOPENED
Component: Bugzilla-General → General
Ever confirmed: true
Product: Bugzilla → bugzilla.mozilla.org
QA Contact: default-qa
Resolution: INVALID → ---
Summary: Add per-user Activity log, like Facebook's → Add "My Activity" link to account drop down in Mozilla skin
Version: 4.5.1 → Production
Thanks. P.S., please make Facebook's more relevant order the default there, or at least add an order choice button.
I.e., allow latest first.
Attached patch 948961_1.patch (obsolete) — Splinter Review
Assignee: nobody → dkl
Status: REOPENED → ASSIGNED
Attachment #8346038 - Flags: review?(glob)
(In reply to jidanni from comment #6)
> I.e., allow latest first.

We should do this as a separate bug report. Please file.

dkl
Depends on: 461371
Well you folks will have to choose how you want to integrate all these choices.

I don't even see a arrow on the When link,
https://bugzilla.mozilla.org/page.cgi?id=user_activity.html&action=run&who=jidanni%40jidanni.org&from=2013-10-16&to=2013-12-11&sort=when
to reorder them.
Also I don't see why the When link stays clickable when already the clicked order.

If I were you I would emulate the Facebook presentation of this 100%,
and leave the old ways to find the Activity log link and former ordering as extra clicks for users that want that.
No longer depends on: 461371
Comment on attachment 8346038 [details] [diff] [review]
948961_1.patch

Review of attachment 8346038 [details] [diff] [review]:
-----------------------------------------------------------------

i like the idea, but the url needs a number of corrections.

::: template/en/default/global/header.html.tmpl
@@ +266,4 @@
>                    <li><a href="[% Param('mybugstemplate').replace('%userid%', filtered_username) %]">My [% terms.Bugs %]</a></li>
>                  [% END %]
>                  <li><a href="user_profile">My Profile</a></li>
> +                <li><a href="[% urlbase FILTER none %]page.cgi?id=user_activity.html&action=run&who=[% user.login FILTER uri %]">My Activity</a></li>

don't need urlbase
need to escape & --> &amp;
explicitly specify the sort order as "sort=when"
Attachment #8346038 - Flags: review?(glob) → review-
Plus they really need to see the latest stuff at top.
There is little chance they would want a different default.
Compare http://en.wikipedia.org/w/index.php?title=Nerd&action=history ordering.
Attached patch 948961_2.patchSplinter Review
Attachment #8346038 - Attachment is obsolete: true
Attachment #8346349 - Flags: review?(glob)
Comment on attachment 8346349 [details] [diff] [review]
948961_2.patch

Review of attachment 8346349 [details] [diff] [review]:
-----------------------------------------------------------------

r=glob
Attachment #8346349 - Flags: review?(glob) → review+
Committing to: bzr+ssh://dlawrence%40mozilla.com@bzr.mozilla.org/bmo/4.2
modified template/en/default/global/header.html.tmpl
Committed revision 9180.
Status: ASSIGNED → RESOLVED
Closed: 10 years ago10 years ago
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.