Uploaded image for project: 'Bitbucket Cloud'
  1. Bitbucket Cloud
  2. BCLOUD-9738

UI Proposal to reduce +1 comments

    XMLWordPrintable

Details

    • Our product teams collect and evaluate feedback from a number of different sources. To learn more about how we use customer feedback in the planning process, check out our new feature policy.

    Description

      Hi,

      First sorry if this is not right. But I've noticed AndySomerville_HAE constantly mentions "Weekly notice: +1 is no longer tracked by the system and sends email to everyone on the thread. Please use the vote link in the upper right instead.".

      Now in some threads he mentions this several times thoughtout the comment list; but the first thing that struck me was that I had to scroll back to the top of the page to vote for the issue. Where as writing +1 appeared to be easier (I've not done it) as the comment reply box is closer.

      Exmaple: https://bitbucket.org/site/master/issue/5811/support-two-factor-authentication-bb-7016

      The Improvement:

      I've circled the basic idea in red, the edit is simple (this is messy, you can polish it) and involves making the Issue Attribute Box fixed.

      Now when the visitor scrolls the page the Issue Attribute box will be fixed on the right giving the appearance that it is scrolling down with the page.

      Below are the details for the quick edits I made using the Chrome Developer Tools:

      Then in the select the <div> as shown below:

      Then again for the <div> shown below:

      Here is the CSS in case it is not clear:

      #!css
      
      .aui-group>.aui-item+.aui-item {
         padding-left: 20px;
         position: relative;
      }
      
      .issue-attrs {
         border: 1px solid #CCC;
         border-radius: 5px;
         margin-top: 10px;
         padding: 10px;
         position: fixed;
      }
      

      These are only quick messy edits, they will need to be polished and be positioned correctly. But hopefully it shows you a neat way to keep the issue attribute box always visible to your larger screen audience and hopefully reduce the +1 comments because the vote but will be always within reach without having to scroll to back to the top and more importantly visible.

      An idea you could use to refine it further would be to detect when the visitor has scrolled to/past the container and if so then make the container fixed.

      Thanks for reading and I hope that helps.

      Steven

      Attachments

        1. 2044311852-Capture.PNG
          2044311852-Capture.PNG
          74 kB
        2. 4270863558-Capture20.PNG
          4270863558-Capture20.PNG
          10 kB
        3. 809194900-Capture10.PNG
          809194900-Capture10.PNG
          7 kB
        4. 978294951-vote.png
          978294951-vote.png
          239 kB

        Activity

          People

            Unassigned Unassigned
            53f7e5cfb0c1 steven_brown
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: