beardofedu / beardofedu/copilot-agentic-updates-deck
[Demo][Copilot App] Add product search endpoint and UI filter
- Dominant language
- HTML
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
## Demo goal
Show issue-to-PR autonomous implementation in Copilot App.
## Requested change
- Add `GET /api/products/search?q=`
- Add a search input in `demo-app/public/index.html` and wire it in `demo-app/public/app.js`
- Keep behavior backward compatible with existing `/api/products`
## Presenter cue
Assign this issue to Copilot in the Copilot App and let it produce a PR from this issue.
## Files
- `demo-app/server.js`
- `demo-app/public/index.html`
- `demo-app/public/app.js`
Contributor guide
No contributing guide indexed for this repository
Research direction
Start with demo-app/server.js to understand the existing /api/products behavior, then inspect demo-app/public/index.html and demo-app/public/app.js for the current product display. Add the search endpoint and connect the input filter while preserving the existing endpoint behavior. Done means searching by q updates the UI and the original product listing still works.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- html, javascript
- Domain
- api, full-stack, web-dev
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Clearly specified
- Newbie friendliness
- 72/100