-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Revamp Batch Prediction Jobs UI (#591)
<!-- Thanks for sending a pull request! Here are some tips for you: 1. Run unit tests and ensure that they are passing 2. If your change introduces any API changes, make sure to update the e2e tests 3. Make sure documentation is updated for your PR! --> # Description <!-- Briefly describe the motivation for the change. Please include illustrations where appropriate. --> This PR improves the UI/UX for the batch prediction job. It also upgrades the UI dependencies such as node version, react version, elasticsearch UI, and @caraml-ui/lib. This PR also do some clean up and refactoring such as: 1. Move the Batch Prediciton Job-related pages components to pages folder 2. Refactor previous JobConfig.js by breaking it down to smaller components # Modifications <!-- Summarize the key code changes. --> 1. On List Versions page, add View Batch Jobs button: <img width="768" alt="Screenshot 2024-06-12 at 09 32 23" src="https://github.com/caraml-dev/merlin/assets/8122852/71166cd0-aafe-4b1c-b4fe-a4530150f863"> 3. On Version Details page, add the list of Bath Prediction Jobs for the given model version <img width="768" alt="Screenshot 2024-06-12 at 09 36 20" src="https://github.com/caraml-dev/merlin/assets/8122852/9d0d1fe0-af0e-45a4-b8bd-1a80ae789971"> 4. On List Jobs page: a. Make model version columns clickable and link to the Version page b. Add Status filter <img width="768" alt="Screenshot 2024-06-12 at 09 34 00" src="https://github.com/caraml-dev/merlin/assets/8122852/91ac4241-8bf4-401b-983d-99fc7902445b"> 5. On Job Details page: a. Simplify the UI and make it similar and consistent to Version Details page b. Logs is displayed as part of tab navigation c. On Source Config, user can search the feature name <img width="1024" alt="Screenshot 2024-06-12 at 09 39 03" src="https://github.com/caraml-dev/merlin/assets/8122852/15afe282-3942-438a-9e23-52c505b580ee"> # Tests <!-- Besides the existing / updated automated tests, what specific scenarios should be tested? Consider the backward compatibility of the changes, whether corner cases are covered, etc. Please describe the tests and check the ones that have been completed. Eg: - [x] Deploying new and existing standard models - [ ] Deploying PyFunc models --> # Checklist - [x] Added PR label - [ ] Added unit test, integration, and/or e2e tests - [x] Tested locally - [ ] Updated documentation - [ ] Update Swagger spec if the PR introduce API changes - [ ] Regenerated Golang and Python client if the PR introduces API changes # Release Notes <!-- Does this PR introduce a user-facing change? If no, just write "NONE" in the release-note block below. If yes, a release note is required. Enter your extended release note in the block below. If the PR requires additional action from users switching to the new release, include the string "action required". For more information about release notes, see kubernetes' guide here: http://git.k8s.io/community/contributors/guide/release-notes.md --> ```release-note Improve batch prediction job UI/UX ```
- Loading branch information
1 parent
cadea49
commit 8edef22
Showing
64 changed files
with
5,995 additions
and
5,919 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.