SpiderNitt/Document-Request-Portal

Componentization of form template code

開放

#15 建立於 2020年9月26日

 (0 則留言) (0 個反應) (0 位負責人)JavaScript (3 個分叉)auto 404
FrontendHardenhancementhelp wanted

倉庫指標

星標
 (2 顆星)
PR 合併指標
 (30 天內沒有已合併 PR)

描述

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. .

貢獻者指南