Actions
Improvement #11544
openImprovements to App Creation form in app publisher.
Status:
New
Priority:
None
Assignee:
-
Start date:
12/07/2024
Due date:
% Done:
0%
Estimated time:
Device Type:
Component:
Type:
UI
Description
Below improvements can be done to the NewAppUploadForm.
FilePath - proprietary-commons/components/ui/io.entgra.proprietary.commons.application.mgt.publisher.ui/react-app/src/scenes/Home/scenes/AddNewApp/components/AddNewAppForm/components/NewAppUploadForm/index.js
- Converting the class component into a functional component.
- Currently logic related to all device types are being handled inside NewAppUploadForm class which is making this component lengthy and difficult to maintain.
Solution - Need to generalize the common parts of all device types and use it as a generic component and move the windows related specific changes to a separate component.
Updated by Oshani Silva 4 months ago
- Subject changed from Improvements to Add New App Form to Improvements to App Creation form in app publisher.
- Type set to UI
Actions