How to create framework in order to achieve this hierarchy? #25
-
We have created the framework as follows: Expected Values in the dropdown Sub-Category: Language: Category and Sub-category are not dynamic-dependent dropdowns. The above-created framework is not working properly. What changes are to be done in the framework hierarchy to achieve the effect? |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 4 replies
-
@vinukumar-vs can you please respond? cc @rhwarrier |
Beta Was this translation helpful? Give feedback.
-
pranavirabatti Where is this screen exists in the front-end? Mean in which workflow do we get the above-attached screens. By updating the framework doesn't mean that it will appear on front-end screen. Some of front-end screen are driven by form-api & few by objectcategorydefination. Hence you have to update the same after framework API update. You can verify the framwork read API is giving the expected response or not. If it is giving the expected response, then you have to update the right API(froms/objectcategorydefination) which is realted to the front-page. Please share more details of the front-end page or in which workflow the attached screen will appear. |
Beta Was this translation helpful? Give feedback.
-
@pranavirabatti The Framework should be set as provided in the curl below. I hereby attach the reference to framework defined.
|
Beta Was this translation helpful? Give feedback.
-
@pranavirabatti Is your issue resolved? |
Beta Was this translation helpful? Give feedback.
@pranavirabatti The Framework should be set as provided in the curl below. I hereby attach the reference to framework defined.
curl 'https://diksha.gov.in/api/framework/v1/read/ekstep_ncert_k-12?categories=board,gradeLevel,medium,class,subject' \ -H 'Accept: application/json' \ -H 'Accept-Language: en-GB,en;q=0.9' \ -H 'Connection: keep-alive' \ -H 'Cookie: connect.sid=s%3Apcmfb4uYcQjIkkEu_y6fpdodxc_qRWSJ.cLjv6WOqjWQFjpSXvp%2Fkje4qHLs7Zg%2FBfhK0Pf3mdu0' \ -H 'Referer: https://diksha.gov.in/explore?board=CBSE&gradeLevel=Class%2010&medium=English&selectedTab=textbook' \ -H 'Sec-Fetch-Dest: empty' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-origin' \ -H 'User-Agent: Mozilla/5.0 (M…