You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Chesnay Schepler (Jira)" <ji...@apache.org> on 2019/12/05 14:16:00 UTC

[jira] [Updated] (FLINK-13149) improve flink ui to make it easier to be used by other projects

     [ https://issues.apache.org/jira/browse/FLINK-13149?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Chesnay Schepler updated FLINK-13149:
-------------------------------------
    Fix Version/s:     (was: 1.10.0)
                   1.11.0

> 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: Jie TANG
>            Priority: Major
>              Labels: performance, pull-request-available
>             Fix For: 1.11.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)