question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Allow users to specify dedicated apps for resources

See original GitHub issue

We 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:closed
  • Created 4 years ago
  • Comments:11 (11 by maintainers)

github_iconTop GitHub Comments

1reaction
kenjinpcommented, Mar 3, 2020

This will be handled now via the Plugins feature

1reaction
julienmachoncommented, Jun 26, 2019

nice feedback guys 😽

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found