-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Description
Permanent link is a link to a space that will work only for space members. It looks like:
https://<url>:9200/f/<drive-id>
It can be get from the drives request, in the webUrl field from the space JSON object's root.
Both web and iOS show the option to get the permalink inside of the Members view.
| iOS | web |
|---|---|
![]() |
![]() |
In Android, a place to set the option is the header of the Members view, on the right side. Same as the permanent link of any item in the list, using the chain icon.
After clicking the option, the link is copied to the clipboard and the user notified. For Android, an snackbar with Permanent link copied to the clipboard sounds like a good choice, but, using a Sharing link option instead a clipboard copy can be taken in account (current behaviour in sharing).
Permanent links are available for every one, regardless the space or platform role.
TASKS
- Research (if needed)
- Create branch feature/feature_name
- Development tasks
- Implement whatever
- ...
- Implement unit tests (if needed)
- Code review and apply changes requested
- Design test plan
- QA
- Merge branch feature/feature_name into master

