Baoyuantop commented on issue #2986:
URL: 
https://github.com/apache/apisix-dashboard/issues/2986#issuecomment-3658981048

   Hi @DSingh0304, thanks for your detailed analysis. I completely agree with 
your point of view, but there are some issues that need to be noted.
   
   1. Complex Schema Support: APISIX plugin schemas sometimes use oneOf (select 
one from multiple options), anyOf, or dependencies (e.g., field B is only 
displayed if field A is selected). Custom Adapters need to implement this 
logic, which is more complicated than using existing libraries.
   2. Recursive component performance: For deeply nested configurations, 
attention needs to be paid to React rendering performance to avoid unnecessary 
repainting of the entire form.
   
   If possible, I think we can perform POC validation, especially for complex 
schema scenarios such as oneOf/anyOf.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to