Update inventory summary to use new v4 api and display more statistics#70
Open
nllong wants to merge 5 commits into
Open
Update inventory summary to use new v4 api and display more statistics#70nllong wants to merge 5 commits into
nllong wants to merge 5 commits into
Conversation
nllong
commented
Jul 8, 2026
Member
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates the inventory summary view to use the new v4 property column-summary API and expands the UI to support selecting cycles/columns/statistics, exporting CSV, and richer per-column statistics in the grid.
Changes:
- Replace legacy analysis-summary fetching with
/api/v4/properties/column_summary/via a newPropertyServiceand types. - Add multi-select pickers (cycles/columns/stats), grid context menu actions, and CSV export to the summary UI.
- Update developer docs and pnpm installation/build safeguards.
Reviewed changes
Copilot reviewed 10 out of 10 changed files in this pull request and generated 4 comments.
Show a summary per file
| File | Description |
|---|---|
| src/app/modules/inventory-list/summary/summary.component.ts | Migrates data loading to v4 API, builds dynamic stat columns, adds filtering/context menu/selection state. |
| src/app/modules/inventory-list/summary/summary.component.html | Replaces single-cycle select with multi-pickers and adds CSV export + custom context menu UI. |
| src/@seed/api/property/property.types.ts | Introduces response/types for v4 property column summary endpoint. |
| src/@seed/api/property/property.service.ts | Adds PropertyService.columnSummary() wrapper for the v4 endpoint. |
| src/@seed/api/property/index.ts | Exports new property API module. |
| src/@seed/api/index.ts | Re-exports the property module from the API barrel. |
| src/@seed/styles/tailwind.scss | Comment typo fix (“macOS”). |
| README.md | Clarifies local run modes and proxy expectations; documents SEED_HOST. |
| pnpm-workspace.yaml | Updates pnpm build-allowlist configuration for native/built deps. |
| package.json | Adds a preinstall guard enforcing pnpm usage. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.