pcl-labs / browtricks-ui-components

https://browtricks-ui-components.vercel.app
0 stars 0 forks source link

PMU Page UI #20

Open bamboochow opened 1 year ago

bamboochow commented 1 year ago

"Edit Customer" in view PMU form should reroute back to "View PMU"

Currently, users are linked to https://fifth-milestone-5th.browtricks-ui-components.pages.dev/pmu-details# after pressing "edit customer" on

e90a7584a85bfdcc95f658efc8489ca5 (1)

The "Edit Customer" popup should save edited customer information, and reroute back to the "View PMU" Page

image

Missing Question Selector UI element

Currently the ui element does not have a selection for what kind of question the user is adding, and lists all 3 question type options as available in the editor.

image

Only one question type option (multiple choice, checkbox, question). This should be added and selecting a question in this dropdown should automatically update that section's options to the selected type of question.

image

kshekh commented 1 year ago
  1. reroute back to "View PMU": --> Developer has to manage route from already defined routing object to required route.
  2. Missing Question Selector UI element --> Added required 3 elements from provided UI
  3. automatically update that section's options to the selected type of question. --> This should get handle by developer based on dynamic json data This is the reply for the issue no. 20