You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
At present, the code in cert-upl, a single component, has about a 1000 lines.
Describe the solution you'd like
Better to divide the essential variable sections of the code like transcript-specific fields etc into their respective jsx files present inside a Certificate directory. Render the components based on the type of certificate selected, on to the root component cert-upl.
Essential to add redux, a state management container, to the code to handle all the states between components.
.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
At present, the code in cert-upl, a single component, has about a 1000 lines.
Describe the solution you'd like
Better to divide the essential variable sections of the code like transcript-specific fields etc into their respective jsx files present inside a Certificate directory. Render the components based on the type of certificate selected, on to the root component cert-upl.
Essential to add redux, a state management container, to the code to handle all the states between components.
.
The text was updated successfully, but these errors were encountered: