pullrequests Search Results · language:Dune language:Python language:Java language:HTML language:TypeScript language:Java
Filter by
195M results
Follow-up to the nodes query work (#228) — two more read-heavy endpoints had N+1 query patterns. Both fixes are
read-only refactors with no schema changes and preserve existing behaviour.
1. GET /api/v1/dashboard/node-count ...
- Used useEffect to load posts from local data
- Showed loading message before posts appear
- Practiced [] dependency to run effect once
- Learned basic useEffect flow without API
Sammanfattning
- Förbättrar HomeDashboard med tydligare prioriterad signal, aktivitetsstatistik, närmaste familj, senaste aktivitet,
lokala förslag och nyaste arkivmaterial.
- Använder endast ...
- backend/ folder: Spring Boot 3.2 + Java 21 (monorepo structure)
- Flyway migrations V1-V8: users, elderly_profiles, family_links, medications, medication_logs, health_metrics,
appointments, indexes ...
fixed: audit log error + icd too many vals error + cleaned logs in coding
Summary
- Aligns the Agencies feature (app/(home)/agencies/) with the backend s new PaginatedAgencyDTO / AgencyDTO response
shape — replaces the old Agency interface (plan_id, updatedAt) with the ...
Auto-generated from validation pipeline run.
Description
@builder.io/widgets declared tslib : ^1.10.0 in its dependencies, but the compiled output (builder-widgets.es5.js)
imports __spreadArray which is a helper that only exists in tslib 2.1+. This ...