feat: v3 beta improvements across frontend and backend#566
Merged
afadil merged 3 commits intofeature/v3-beta-1from Feb 6, 2026
Merged
feat: v3 beta improvements across frontend and backend#566afadil merged 3 commits intofeature/v3-beta-1from
afadil merged 3 commits intofeature/v3-beta-1from
Conversation
Introduce AssetSpec for declarative asset creation in activity imports. Activities service now builds specs from NewActivity and delegates to ensure_assets() for efficient batch creation with deduplication. - Add AssetSpec model and ensure_assets() to asset service - Add build_asset_spec() to activity service for spec generation - Support UNKNOWN variant migration for securities - Update tests and repository methods Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
AI assistant tool UIs, import flow, holdings, settings, market data providers, broker connect, and activity service enhancements.
- Remove AI assistant implementation skills documentation - Refactor activity import UI and validation logic - Add activity type mapping utilities - Simplify activity data grid and mobile forms - Update core services for asset creation and portfolio calculations - Add batch asset creation via AssetSpec pattern - Improve import review and mapping workflows
0ri0nRo
pushed a commit
to 0ri0nRo/wealthfolio
that referenced
this pull request
Feb 15, 2026
feat: v3 beta improvements across frontend and backend
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.
Description
Comprehensive v3 beta update including activity import refactoring, asset service improvements, and portfolio calculation enhancements. Removes AI assistant documentation and adds activity type mapping utilities for better import handling.
Checklist
CLA.md.By submitting this PR, I agree to the CLA in
CLA.md.