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
Send query param to backend for how to sort. eg: ?sort_by=more_stars
Consume this query param in the /user/:username route handler (sort_by can be one of more_stars, less_stars, more_forks, less_forks, more_prs, less_prs)
Sort the data based on this.
Return the data.
The text was updated successfully, but these errors were encountered:
?sort_by=more_stars
/user/:username
route handler (sort_by
can be one ofmore_stars
,less_stars
,more_forks
,less_forks
,more_prs
,less_prs
)The text was updated successfully, but these errors were encountered: