GlobalUniversity / ArkTrainingNetwork

1 stars 0 forks source link

Program: Pathway vs Credits #108

Closed AyappaA closed 1 year ago

AyappaA commented 1 year ago

Is it possible to have the "Educational Unit Type" part show up only if you select "Credits/CEUs"; selected "Learning Pathway" and looked like I still needed to pick a unit type. But then the unit type isn't even there after you create the program as a Pathway

Screen Shot 2023-03-30 at 1 39 20 PM Screen Shot 2023-03-30 at 1 40 21 PM
josh-havens commented 1 year ago

We need to hide the Educational Units Type selection and put a select listener on the radio component to show that panel if Credits/CEUs is selected (hide if Learning Pathway is selected). We should also (only temporarily) remove Learning Pathway as an option in the radio component because that function isn't ready yet.

SAStevens1 commented 1 year ago

Added new Click Listener on radio button to hide EUT when Learning Pathway is selected. Then I removed Learning Pathway as an option for now.

NOTE: I added a comment with importance in the History so we can revert back to Learning Pathway when it is ready to be displayed.