Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Jira ticket:

Jira Legacy
serverSystem JIRA
serverId2207a759-5bc8-39c5-9cd2-aa9ccc1f65dd
keyED-1959

Problem Statement :

1.What is the new API request for getFrameworkDetails? (We invoke the getFrameworkDetails api with default framework(BMGS) to get the framework categories as BMGS but to get categorie for multiple framework what API should call?

1.How to handle different categories for multiple frameworks(framework1-board, medium, grade, subject. framework2-department, block)?

2. Suppose default framework is framework1. so, it’s showing board, medium and grade label in onboarding page. now we select framework2. Then BMG label will change to department, block or what happen??

3. If user change framework on profile edit page then BMGS label should change?

Key Design Problem:

  1. Create a form

  2. Store multiple frameworks keys as category1, category2

  3. Check the label is updating or not for selected framework

...