vibinex / vibinex-server

This website will be the interface for the organizations to get AI insights about their own code and their software development teams.
https://vibinex.com
GNU General Public License v3.0
14 stars 13 forks source link

Home page to be created and made default #388

Open avikalpg opened 5 months ago

avikalpg commented 5 months ago

Currently, after a user is logged in, our website redirects them to the u.tsx page, which is supposed to be the user profile page.

Instead, we should redirect them to a Home.tsx page that shows things that can be immediately used by the user. For example, the list of pull requests that are relevant for them, but they haven't reviewed.

vikram761 commented 4 months ago

Hey @avikalpg , I'm interested to work on this good first issue for FOSS HACK, regarding this issue, when we redirect user to Home.tsx which the website's Home page to my understanding, he cant find options like listing the pull requests, instead /u page has it.

avikalpg commented 4 months ago

Hey @avikalpg , I'm interested to work on this good first issue for FOSS HACK, regarding this issue, when we redirect user to Home.tsx which the website's Home page to my understanding, he cant find options like listing the pull requests, instead /u page has it.

Hi @vikram761, I am glad that you are interested to work on this issue. To clarify your doubt: our website currently does not have a Home.tsx page at all. We have an index.tsx, which is the landing page and this issue does not refer to it.

The task is to create a new page named Home.tsx which contains the list of all pull requests relevant to the user (with a way to filter the ones that they haven't reviewed yet).

avikalpg commented 4 months ago

Here are the steps you can follow:

Note: each step in this should be completed in a separate pull request.

RiyaMathew-11 commented 3 months ago

@vikram761 - if you're working on this issue, kindly enlist the project in fosshack dashboard too.

https://fossunited.org/dashboard/my-hackathons

vikram761 commented 3 months ago

Sorry @RiyaMathew-11, we started working on our project for the #384 and you can assign this issue for other people