garimasingh128/gitsetgo

Style the tables displaying repos

Closed this issue ยท 8 comments

The functionality has been added, someone with a good design quotient can style the tables in a better manner.

Issue-Label Bot is automatically applying the label feature_request to this issue, with a confidence of 0.71. Please mark this comment with ๐Ÿ‘ or ๐Ÿ‘Ž to give our bot feedback!

Links: app homepage, dashboard and code for this bot.

I want to work on this

@ShauryaBhandari how does this look?
image

If this looks good I can make a quick PR for this issue as I have already done the changes. If you have more ideas, please suggest as I am still pretty new o designing stuff ๐Ÿ˜…

One problem with the part of the languages is that we cannot show the languages for the forked repos. What should we do about that? I feel keeping them empty is a bit weird.

@garimasingh128 I have completed my previous task, so can I take this one?

I have added a mock of how the table looks like in the previous comment.

One problem with the part of the languages is that we cannot show the languages for the forked repos. What should we do about that? I feel keeping them empty is a bit weird.

What should we do about this?

for the forked repos, see if you can filter out them and include only personal repos as they are those projects to which he/she has contributed and not his/her personal projects. So remove them for now.

@garimasingh128 I filtered the forked ones out, this is how it looks.
image

There is also an API endpoint in the repos endpoint. The languages_url shows languages for forked repositories even if language data is null. But we will have to fetch them.

I think this looks fine. Forked repos have no meaning showing them in a resume as the user might not even contributed to them. Looks good. Make a OR for this.

Alright, will do asap. Please assign this to me.