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

Dynamically mark version in UI based on Test vs. Public channel release in CWS #289

Open
PropGit opened this issue Sep 30, 2015 · 2 comments

Comments

@PropGit
Copy link
Contributor

PropGit commented Sep 30, 2015

@phated - Can the app see it's App ID? If so, we can dynamically change something in the UI based on its App ID.

If the app determines that its App ID is not the ID from our official public release CWS channel, then we'd like to mark the UI somehow to indicate that it's a release intended for testing purposes only.

Once we have the UI designed to allow selection of an "About" menu item, then we'd use this feature to decorate the version number; for example, "v1.1" would become something like "v1.1 (Test)" if the App IDE is not recognized as being from the official public CWS channel.

@phated
Copy link
Contributor

phated commented Sep 30, 2015

The application ID does seem to be exposed as chrome.runtime.id and we could do a string compare on that and add some visual element to the UI. Perhaps adjust the parallax logo to include (alpha) or some other solution

@PropGit
Copy link
Contributor Author

PropGit commented Sep 30, 2015

Great! Thanks @phated. I'm marking this UI and we'll address it in that part of the project.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants