You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is an issue for tracking various UI issues to be addressed within the updated quiz management experience.
These may be broken out to separate issues in an upcoming iteration and are requirements for the feature, but they can be handled once some of the other issues are addressed.
Follow-up from Synchronise user selections with Quiz Creation State #11783 -- in that issue we handled the "working resource pool" (aka the user's current selection state while interacting with the Select Resources Side Panel) within the global scope by way of useQuizCreation's inject/provide business. This logic could very much have lived within the SelectResources component, except that the component remounts every time we navigate between folders. The refactoring of this should be prioritized once we have resolved the routing issues noted in Improve router handlers architecture in Coach #11219
The channelsLink is not working as intended -- should be returning the user back to the list of channels
Back arrow is duplicated when going to resource selection from section editor
(Edge case): How to handle "replacement" when the user doesn't have enough questions in the resource pool to account for their replacement? May need to check Figma
Follow-up clean-up re: Keyword search code -- the PR comment here has more details but, in short, that PR was merged so that its work can be integrated with some other changes which substantially make the dev workflow better and improve the code overall
The text was updated successfully, but these errors were encountered:
Overview
This is an issue for tracking various UI issues to be addressed within the updated quiz management experience.
These may be broken out to separate issues in an upcoming iteration and are requirements for the feature, but they can be handled once some of the other issues are addressed.
Tasks
useFetchTree
moduleuseQuizResources
module #12033LessonResourceSelectionPage/ContentCardList.vue
component improvements #11771inject/provide
business. This logic could very much have lived within the SelectResources component, except that the component remounts every time we navigate between folders. The refactoring of this should be prioritized once we have resolved the routing issues noted in Improve router handlers architecture in Coach #11219channelsLink
is not working as intended -- should be returning the user back to the list of channelsThe text was updated successfully, but these errors were encountered: