showmyprs.com
showmyprs.com copied to clipboard
Filter based on PR status
- Send query param to backend for the pr status: ?pr_status=open,closed
- Consume this query param in the /user/:username route handler (
pr_status
can support multiple statuses) - Filter out PR's that don't match this criteria.
- Return the data.