[tor-bugs] #24375 [Metrics/Atlas]: Make (effective_family) url that points to list of all family members

Tor Bug Tracker & Wiki blackhole at torproject.org
Tue Nov 21 19:36:54 UTC 2017


#24375: Make (effective_family) url that points to list of all family members
-------------------------------+----------------------
     Reporter:  cypherpunks    |      Owner:  irl
         Type:  enhancement    |     Status:  assigned
     Priority:  Medium         |  Milestone:
    Component:  Metrics/Atlas  |    Version:
     Severity:  Normal         |   Keywords:
Actual Points:                 |  Parent ID:
       Points:                 |   Reviewer:
      Sponsor:                 |
-------------------------------+----------------------
 Thank you for implementing #21368
 https://lists.torproject.org/pipermail/tor-
 commits/2017-November/134774.html

 what do you think about making that new number a URL to the list of eff.
 family members: (untested)

 {{{
 @@ -80,6 +80,8 @@
                         <td>
              <a href="#details/<%= relay.get('fingerprint') %>">
              <%= _.escape(relay.get('nickname')) %>
 +           </a>
 +           <a href="#search/family:<%= relay.get('fingerprint') %>">
              <% if (!relay.get('is_bridge')) { %>(<%=
 relay.get('effective_family') == null ? 1 :
 relay.get('effective_family').length + 1 %>)<% } %>
              </a>
              </td>
 }}}

--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/24375>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online


More information about the tor-bugs mailing list