Add Feature: Copy URL of a card. Works on Standalone, but not on Sandstorm.
Brought to you by:
wekan
Originally created by: AlexanderZobkov
Sometimes you need to send a card URL to your team mate. For example: to inform him/his about adding the card or asking her/he to adjust the card with certain information or in a certain way.
Card URL could be retrieved by using the browser itself features. For example, in chrome - Copy link Address. However, the link will not work for others,
It would be nice to this feature on Wekan/card level. For example, a button or link 'Copy card URL' on a card level.
Originally posted by: xet7
I have this is in progress, see Roadmap
Originally posted by: xet7
Ticket changed by: xet7
Originally posted by: AlexanderZobkov
Thank you!
We will be able to try and use that feature when [#799] will be completed (particularly [#1166] part of it).
Originally posted by: xet7
This work on Standalone Wekan, but not on Sandstorm.
From @AlexanderZobkov at https://github.com/wekan/wekan/issues/799#issuecomment-325558114
Ticket changed by: xet7
Originally posted by: ocdtrekkie
I am going to FYI tag @kentonv on this so he can consider it in questions about how apps should reference themselves, which comes up from time to time. Might be a good use for an offer template-like interface where the app code never sees the URL but presents it to the user.
Originally posted by: kentonv
I wonder if you want a /grain/<id>/<path> link, or a /shared/<key>/<path> link? That is, is a user usually intending to send the link to someone who already has access to the board, or are they wanting to implicitly grant access to whomever receives the link?</path></key></path></id>
I tend to think the latter. In that case, the right thing to do might be to use the "share" postMessage() API, which opens the sharing dialog. We could perhaps extend that API with the ability to specify a path, which would then be appended to the generated sharing link.
Originally posted by: ocdtrekkie
I think it's safe to say most people expect a link they send someone will give them access to something, so I'd agree that /shared// is the way to go there.
Originally posted by: xet7
Currently, when pasting links, it opens card, but showing only WeKan part, not Sandstorm at top and lef.