Integrating InfiniteScroll to the Discovery view #39

Merged
anomalist merged 2 commits from discover-infinite-scroll into master 2023-07-12 01:19:49 +00:00
Owner
No description provided.
anomalist added 1 commit 2023-07-11 09:31:44 +00:00
trentlarson reviewed 2023-07-11 10:35:36 +00:00
@@ -231,0 +253,4 @@
const plans: ProjectData[] = results.data;
for (const plan of plans) {
const { name, description, handleId = plan.fullIri, rowid } = plan;
if (beforeId !== plan["rowid"]) {
Owner

My apologies for this! I see that the server code does NOT exclude the "beforeId" and "afterId" on this endpoint. I will fix that.

My apologies for this! I see that the server code does NOT exclude the "beforeId" and "afterId" on this endpoint. I will fix that.
Owner

It's true that the results will be different: the location-based search will only find projects which have been given a location and which lie within the bounds sent in the request. Let's talk if that doesn't make sense.

It's true that the results will be different: the location-based search will only find projects which have been given a location and which lie within the bounds sent in the request. Let's talk if that doesn't make sense.
anomalist added 1 commit 2023-07-12 01:19:21 +00:00
anomalist merged commit 00954693b5 into master 2023-07-12 01:19:49 +00:00
Sign in to join this conversation.
No Reviewers
No Label
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: trent_larson/crowd-funder-for-time-pwa#39