-
Epic
-
Resolution: Done
-
Undefined
-
None
-
[Bulk Import][UI] Improvements 1.4
-
False
-
-
False
-
RHIDP-4171Improve user experience on the bulk import pages
-
To Do
-
RHIDP-4171 - Improve user experience on the bulk import pages
-
QE Needed, Docs Needed, TE Needed, Customer Facing, PX Needed
-
0% To Do, 0% In Progress, 100% Done
-
-
EPIC Goal
The goal here is to improve the bulk import plugin's user experience
Background/Feature Origin
The Bulk import UI plugin allows users to import from multiple repositories in bulk.
Why is this important?
User Scenarios
Dependencies (internal and external)
Acceptance Criteria
- Cache API responses by using react-query to enhance the user experience by allowing seamless navigation between pages and reducing redundant API calls
- The current Preview Pull Request form in the side panel is an MUI form with custom validation checks for each error field. Switch to using a Formik form and implement Yup for validation.