[
https://issues.apache.org/jira/browse/FLINK-13149?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jason TANG closed FLINK-13149.
------------------------------
Resolution: Abandoned
> improve flink ui to make it easier to be used by other projects
> ---------------------------------------------------------------
>
> Key: FLINK-13149
> URL: https://issues.apache.org/jira/browse/FLINK-13149
> Project: Flink
> Issue Type: Improvement
> Components: Runtime / Web Frontend
> Affects Versions: 1.9.0
> Reporter: Jason TANG
> Priority: Minor
> Labels: auto-deprioritized-major, performance,
> pull-request-available
> Fix For: 1.14.0
>
> Attachments: 20190709113558.jpg, snapshot-1.png, snapshot-2.png
>
> Original Estimate: 120h
> Time Spent: 10m
> Remaining Estimate: 119h 50m
>
> The new web UI looks nice, but there are still some problems when I try to
> integrate it into the other frontend project, I think we can make some
> changes in order to make it easier to be customized.
> !20190709113558.jpg|width=596,height=185!
> *These changes will not bring break changes and it will also not affect the
> user interface.*
> * Migrate the code for {{app.config.ts}} to {{config.service.ts}} to make it
> configurable in angular DI system.
> * Add property named {{JOB_PREFIX}} to {{config.service.ts}} for
> {{job.service.ts}} and {{metrics.service.ts}} to make them configurable
> * Add optional param to the url to hide menu and header to make it possible
> for users want to embed the flink ui as an iframe in other website
> * Update Angular version to 8.0 (no break changes)
> * set `paths` of `tsconfig.json` ("@flink-runtime-web/*": ["./src/app/*",
> "./src/environments/*"]) to ensure that it does not have the same name as the
> personal project path.
>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)