openedx / openedx/frontend-app-authoring
Pin selected libraries to the top of the select libraries list in the Add/Existing Sidebar in Studio
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 17
- Forks
- 218
- Avg merge
- 9d 20h
- Merged PRs (30d)
- 20
Description
User Story
As a course team member, I want the selected libraries from the list of libraries available to me on the Add/Existing sidebar to be pinned to the top of the options list, so that it is easy for me to see what libraries I have selected when there are many libraries in my list to choose from.
Acceptance Critera
Given I am a course team member
When I navigate to the Existing Item tab on the Add sidebar in Studio and I have one or more libraries selected from the libraries dropdown list
Then I see the selected libraries at the top of the libraries options in the list (among the selected libraries, these libraries are shown in alphabetical order)
And when I update my selections
Then I see the pinned items get updated as well
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start in the Existing Item tab of the Add/Existing sidebar and trace the libraries dropdown used there. Inspect how selected libraries and option ordering are rendered, then verify that selected libraries appear first in alphabetical order and that the pinned list updates when selections change.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- react, typescript
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 68/100