telescope icon indicating copy to clipboard operation
telescope copied to clipboard

Add search UI for querying by GitHub data

Open humphd opened this issue 3 years ago • 4 comments

In #2832 we're adding routes to the search service to allow querying by GitHub data in old student posts. We'll also need updates to our UI (web/mobile) to let us use this.

humphd avatar Feb 04 '22 16:02 humphd

Waiting for backend to support this one.

aserputov avatar Feb 24 '22 14:02 aserputov

cc @Andrewnt219

humphd avatar Feb 24 '22 15:02 humphd

I'll look into it on the weekend @aserputov

Andrewnt219 avatar Feb 24 '22 18:02 Andrewnt219

We already have the parsing logic from the GitHub Info, would help to review Abdul's PR that refactored it.

From there, we can have a search field where users can add the github username. So for example, if we search for AmasiaNalbandian we will add this in the post query to look for https://github.com/AmasiaNalbandian

So I think this should be split into parts, because we can look for multiple things here:

  1. Github profiles
  2. Github organizations
  3. Github repositories

AmasiaNalbandian avatar Mar 15 '22 12:03 AmasiaNalbandian