Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Let client change release channel #139

Open
hutterm opened this issue Jan 21, 2021 · 1 comment
Open

Let client change release channel #139

hutterm opened this issue Jan 21, 2021 · 1 comment
Labels
enhancement New feature or request

Comments

@hutterm
Copy link
Contributor

hutterm commented Jan 21, 2021

We have users of an app that need to work with a production version and sometimes test a beta version. How can such a user change channels?

With running the setup for the other channel I guess?

But what about this:

var snapChannel = _snapApp.GetCurrentChannelOrThrow();

Why hardcode to the current release? Could you provide the channel as an optional parameter with default=current?

@peters peters added the enhancement New feature or request label Jan 22, 2021
@peters
Copy link
Collaborator

peters commented Jan 22, 2021

We have users of an app that need to work with a production version and sometimes test a beta version. How can such a user change channels?

The user would have to download the respective installer for that channel. This feature is on our roadmap.

With running the setup for the other channel I guess?

But what about this:

var snapChannel = _snapApp.GetCurrentChannelOrThrow();

Why hardcode to the current release? Could you provide the channel as an optional parameter with default=current?

I do not remember why it was hardcoded but if I where to guess it was because the feature was not part of the MVP.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants