AOSSIE-Org / AOSSIE-Org/OrgExplorer
[FEATURE]: Adding a dropdown search suggestion
- Dominant language
- JavaScript
- Stars
- 34
- Forks
- 92
- Avg merge
- 8d 7h
- Merged PRs (30d)
- 12
Description
### Feature and its Use Cases
When a user types in the search input, the app should:
Call GitHub organization search API
Show a dropdown list of matching organizations
Allow users to click a suggestion to add it as a chip
Reduce typing effort and improve discovery
### Additional Context
Something like this->
### Code of Conduct
- [x] I have joined the [Discord server](https://discord.gg/hjUhu33uAn) and will post updates there
- [x] I have searched existing issues to avoid duplicates
Contributor guide
Research direction
Start at the search input and trace the existing organization lookup, then read the GitHub organization search API usage and the chip-creation flow. Done means typing requests matching organizations, suggestions appear in a dropdown, and clicking one adds it as a chip.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- github, javascript
- Domain
- api, frontend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 55/100