-
Notifications
You must be signed in to change notification settings - Fork 0
Add pagination to observation list #7
Copy link
Copy link
Open
Labels
P2: mediumMedium priority — important but not blockingMedium priority — important but not blockingarea: webNext.js web app (apps/web)Next.js web app (apps/web)size: SSmall — a few hoursSmall — a few hourstype: performancePerformance optimizationPerformance optimization
Milestone
Description
Metadata
Metadata
Assignees
Labels
P2: mediumMedium priority — important but not blockingMedium priority — important but not blockingarea: webNext.js web app (apps/web)Next.js web app (apps/web)size: SSmall — a few hoursSmall — a few hourstype: performancePerformance optimizationPerformance optimization
Projects
StatusShow more project fields
Todo
Problem
getObservations()currently fetches ALL observations for a user with no limit. As users accumulate observations over multiple fire seasons, this will degrade dashboard load times and increase database costs.Proposed Implementation
pageandpageSizeparameters togetObservations()getObservationStats()(already exists)/dashboard?page=2Acceptance Criteria