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.

Channel aware Assets

See original GitHub issue

Currently, assets are shared between channels. If an asset is uploaded to channel1and the user switches to channel2, it will see the same set of assets. To fully support multi-channel shops, it’s desirable to have assets that are channel aware.

Describe the solution you’d like Assets that are uploaded in the context of the current channel should only be available in the current channel.

  • Focalpoints are global: Changing focalpoints changes the focalpoint for this asset on all channels
  • Deleting an Asset in a non-default channel will result in the asset still being available in the default channel
  • Optional deleteFromAllChannels boolean for deleteAsset mutation to delete asset from all channels
input AssetDeletionOptions {
  force: Boolean
  deleteFromAllChannels: Boolean
}

Considered out of scope for now: Assigning assets to multiple channels via the Admin UI.

Question Should there be something like global assets?

I am currently working on this feature.

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:11 (11 by maintainers)

github_iconTop GitHub Comments

1reaction
michaelbromleycommented, Jan 29, 2021

Yes, they should work just like any of the ChannelAware entities:

  • They are always assigned to the default Channel.
  • They may be optionally assigned to one or more sub-channels.
0reactions
michaelbromleycommented, Feb 1, 2021
  1. Yes
  2. Agreed
  3. Looks good 👍
Read more comments on GitHub >

github_iconTop Results From Across the Web

Aware Asset Management channel - ETF.com
Find the right Aware Asset Management ETF with our ETF screener and read the latest Aware Asset Management ETF news at ETF.com.
Read more >
Cisco Catalyst 9800 Series Wireless Controller Software ...
With TPCv1, you can select the channel aware mode; we recommend that you select this option for 5 GHz, and leave it unchecked...
Read more >
Content-Aware Fill workspace in Photoshop - Adobe Support
The Content-Aware Fill workspace provides an interactive editing experience for ultimate image control. Use the live full-resolution preview ...
Read more >
Integrated Channel-Aware Scheduling and Packet-Based Predictive ...
event-triggered [15] or channel-aware [16], [17] decentral- ized scheduling strategies, and the convergence property for such decentralized strategies is ...
Read more >
Channel-aware distributed detection in wireless networks with ...
Nahal Maleki Tabriz. Supervised by. Professor Azadeh Vosoughi. Abstract. We study data fusion in a distributed detection system, ...
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