Skip to content

Next

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
    • Help
    • Support
    • Submit feedback
    • Contribute to GitLab
    • Switch to GitLab Next
  • Sign in / Register
Minds Frontend
Minds Frontend
  • Project
    • Project
    • Details
    • Activity
    • Releases
    • Cycle Analytics
    • Insights
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Charts
    • Locked Files
  • Issues 868
    • Issues 868
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 54
    • Merge Requests 54
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
    • Charts
  • Packages
    • Packages
    • List
    • Container Registry
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • Minds
  • Minds FrontendMinds Frontend
  • Issues
  • #1755

Closed
Open
Opened 11 hours ago by Nicholas Lewis@javanick
  • Report abuse
  • New issue
Report abuse New issue

(feat): share specific comments

Users should be able to share a link to specific comments within posts and group chat.

Please solve the reCAPTCHA

We want to be sure it is you, please confirm you are not a robot.

Related issues
0

    • Discussion 6
    • Designs 0
    • Nicholas Lewis @javanick added Priority::2 - Normal Product::Comments Type::Feature scoped labels 11 hours ago

      added Priority::2 - Normal Product::Comments Type::Feature scoped labels

    • Qriist
      Qriist @Qriist · 7 hours ago

      A quick look at the notification link inside Chrome's code console reveals that there is a full url generated from the thread component URNs, which is how it jumps you from the notification list to the specific message.

      This means the backend linking work is already done and all that needs to be done is expose that very same link with a share button.

      Thanks!

    • Chris Cates
      Chris Cates :speech_balloon: @chriscates · 6 hours ago

      This is actually a front end related issue too.

      The router component for sharing would need to change in order to accept a query parameter for commentId or something along the lines of this.

      Should also be opened (or related to the front end). All that needs to happen for the backend is an ability to GET a post by commentId.

    • Ben Hayward @benhayward.ben moved from engine#760 (closed) 3 hours ago

      moved from engine#760 (closed)

    • Ben Hayward
      Ben Hayward @benhayward.ben · 3 hours ago
      Developer

      Exactly @Qriist! you can see it in the query string when you click notifications to media.

      Yep, is indeed front-end @chriscates, good spotting that one. I think it should just be a case of dynamically generating a URL in this format, when you guys click a button.

      https://www.minds.com/media/1008238402763268096?focusedCommentUrn=urn:comment:1008238402763268096:1008760152644538368:0:0:1009089798968348672

      All of the data needed should be available within the context of the comment tree.

    • Chris Cates
      Chris Cates :speech_balloon: @chris_at_jadeo · 3 hours ago

      @benhayward.ben, in that case what would need to happen is a new "share" icon in the sub menu for comments. This "share" icon would prompt a new "Remind" dialog utilizing the URN format you provided.

      I believe this outlines the requirements for the feature and should be straight forward to the contributor who creates a merge request.

    • You're only seeing other activity in the feed. To add a comment, switch to one of the following options.
    Please register or sign in to reply

    The one place for your designs

    Upload and view the latest designs for this issue. Consistent and easy to find, so everyone is up to date.

    0 Assignees
    None
    Assign to
    None
    Epic
    None
    None
    Milestone
    None
    Assign milestone
    None
    Time tracking
    No estimate or time spent
    None
    Due date
    None
    3
    Labels
    Priority::2 - Normal Product::Comments Type::Feature
    Assign labels
    • View project labels
    None
    Weight
    None
    Confidentiality
    Not confidential
    Lock issue
    Unlocked
    5
    5 participants
    user avatar
    Chris Cates
    user avatar
    Ben Hayward
    user avatar
    Chris Cates
    user avatar
    Qriist
    user avatar
    Nicholas Lewis
    Reference: minds/front#1755