ByronHsu opened a new pull request #488: URL: https://github.com/apache/submarine/pull/488
### What is this PR for? The original functionality can still work fine now. I refactored the code and made these major changes: 1. Split complex components into smaller ones. In that way, it becomes easier to maintain the code. Furthermore, different pages can use the same components easily and do not need to re-write code. 2. Replace dirty trick with a more elegant method. For example, [this bug](https://github.com/apache/submarine/pull/355/files) can be fixed by a shared service between parent and child component rather than checking reload manually.  ### What type of PR is it? [Refactoring] ### What is the Jira issue? https://issues.apache.org/jira/browse/SUBMARINE-706 ### How should this be tested? ### Questions: * Does the licenses files need update? No * Is there breaking changes for older versions? No * Does this needs documentation? No ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
