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

Use a Manifest to provide information of the app #176

Open
senakafdo opened this issue May 20, 2019 · 0 comments
Open

Use a Manifest to provide information of the app #176

senakafdo opened this issue May 20, 2019 · 0 comments
Labels
enhancement New feature or request

Comments

@senakafdo
Copy link
Member

Currently, the app landing page displays a link to the app-specific controller, which may not exist for all apps, which is a bug. But, beyond that, the landing page also computes appName and appId on the client side, the version number is provided using a regex replacement and so forth.

Instead of this kind of messy model of retrieving app-specific information, it would be better to have an app-specific Manifest which has this kind of information, which can then be interpreted by the landing page, UIs, SDKs etc, which will be a much cleaner implementation.

@senakafdo senakafdo added the enhancement New feature or request label May 20, 2019
@senakafdo senakafdo changed the title Use a Manifest to provide information for the app Landing page Use a Manifest to provide information of the app May 20, 2019
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

1 participant