Git-point: Not displaying all PRs or issues

Created on 6 Aug 2017  路  4Comments  路  Source: gitpoint/git-point

Not sure if this has already been mentioned, did a quick search but found nothing, so apologies if this is a dupe....

Current PRs on laravel/framework...

screen shot 2017-08-06 at 20 24 28

App currently only displays the following in the app...

screenshot_2017-08-06-20-23-09-105_com gitpoint

Similar problem with the issues view

bug

Most helpful comment

@machour's work in progress on adding a pagination layer in our redux store #457 should help us solve this (and any list in the app) to load more as the user scrolls down the list

All 4 comments

Could this be related to #179? If so, It should also be fixed when we finish the GraphQL implementation, right?

@JayBizzle thanks for logging this mate 馃憤

I'm noticing the same thing on the same repository where it only shows a few of the top open issues. Could you try searching for any other issue that's not in the list? I'm pretty sure you'll see it pop up :)

So I'm pretty sure it's because of how I fetch repository information. When fetching issues, I filter for a 100 and _I think_ it includes the most recent 100 open/closed issues and open/closed PRs. Hence why you'll notice some missing open ones for example.

I think we can definitely rework how we fetch our issues as well as comments (which are now also set to 100). If this is something that can be done with GraphQL: I'm definitely all for it.

@machour's work in progress on adding a pagination layer in our redux store #457 should help us solve this (and any list in the app) to load more as the user scrolls down the list

Closed by #856.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

housseindjirdeh picture housseindjirdeh  路  5Comments

housseindjirdeh picture housseindjirdeh  路  3Comments

housseindjirdeh picture housseindjirdeh  路  5Comments

cheshire137 picture cheshire137  路  3Comments

andrewda picture andrewda  路  4Comments