Allow users to specify dedicated apps for resources
See original GitHub issueWe must give the ability for users to specify (per project to start with) dedicated apps that can be open from Nexus web.
For example, we could associate a .swc
morphology file with a web app that lives at http://morphology.viewer
and open a new tab to it with the nexus resource ID as parameter http://morphology.vewer/:org/:project/:resource
or http://morphology.viewer?id=http://resource.self.ul
.
The idea is to store the config of associated apps in a resource with the ID nxv:associatedApplications
and a type ['NexusWebConfig', 'AssociatedApplications']
. The payload could be something like:
{
"@id": "nxv:associatedApplications",
"@type": [ "NexusWebConfig", "AssociatedApplications"],
"associations": [
{
"extension": ".swc",
"applications": [ { "label": "morpho viewer", "url": "http://morphology.viewer" } ]
}
]
}
Issue Analytics
- State:
- Created 4 years ago
- Comments:11 (11 by maintainers)
Top Results From Across the Web
Requesting access to protected resources - Apple Developer
This model allows you to adjust your app's behavior depending on the current access it has. For example, if a person denies your...
Read more >Define a custom app permission - Android Developers
By defining custom permissions, an app can share its resources and capabilities with other apps. For more information about permissions, see the permissions...
Read more >Corporate-owned Android Enterprise device restriction ...
Configure devices as a dedicated device kiosk to run one app, or multiple ... Developer settings: Choose Allow to let users access developer ......
Read more >Allowing Apps access to shared access permissions
On the Current Subscribers tab, each user that has installed this App will be listed. The Permission Type column will list the type...
Read more >Developer Program Policy - Play Console Help - Google Help
We do not allow apps that provide users with the ability to trade binary ... must have the App Category set to “Finance”...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
This will be handled now via the Plugins feature
nice feedback guys 😽