Skip to content

Upcoming divs#924

Merged
VibeNL merged 21 commits intomasterfrom
upcomming-divs
Feb 28, 2026
Merged

Upcoming divs#924
VibeNL merged 21 commits intomasterfrom
upcomming-divs

Conversation

@VibeNL
Copy link
Owner

@VibeNL VibeNL commented Feb 25, 2026

No description provided.

@github-actions
Copy link

Development container published

Install with:

docker pull vibenl/ghostfoliosidekick:pr-924

@github-actions
Copy link

Development container published

Install with:

docker pull vibenl/ghostfoliosidekick:pr-924

@github-actions
Copy link

Development container published

Install with:

docker pull vibenl/ghostfoliosidekick:pr-924

@github-actions
Copy link

Development container published

Install with:

docker pull vibenl/ghostfoliosidekick:pr-924

@github-actions
Copy link

Development container published

Install with:

docker pull vibenl/ghostfoliosidekick:pr-924

@github-actions
Copy link

Development container published

Install with:

docker pull vibenl/ghostfoliosidekick:pr-924

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This pull request implements a dividend prediction feature for the portfolio viewer application. It adds functionality to predict future dividends based on historical patterns and displays them alongside confirmed upcoming dividends in a new visualization.

Changes:

  • Added dividend prediction algorithm that analyzes historical dividend patterns and projects future dividends up to 12 months ahead
  • Enhanced the UI with a monthly dividend overview chart showing both confirmed and predicted dividends
  • Renamed DividendState enum value from "Estimated" to "Predicted" for clearer terminology

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
UpcomingDividends.razor Added chart visualization and modal details view with mixed code organization (code-behind + @code block)
UpcomingDividends.razor.cs Implemented chart building logic with minor indentation issue
UpcomingDividendsService.cs Updated to set IsPredicted flag and specify UTC DateTime kind
UpcomingDividendModel.cs Added IsPredicted boolean property
DividendState.cs Renamed "Estimated" to "Predicted" and removed UTF-8 BOM
PredictDividendsTask.cs New scheduled task implementing dividend prediction algorithm with median calculation issue
GatherDividendsTask.cs Modified to preserve predicted dividends when gathering external data
TaskPriority.cs Added PredictDividends priority level
PredictDividendsTaskTests.cs Comprehensive unit tests covering edge cases and core functionality
GatherDividendsTaskTests.cs Comprehensive unit tests for dividend gathering logic

@sonarqubecloud
Copy link

@github-actions
Copy link

Development container published

Install with:

docker pull vibenl/ghostfoliosidekick:pr-924

@VibeNL VibeNL merged commit c71d23c into master Feb 28, 2026
5 checks passed
@VibeNL VibeNL deleted the upcomming-divs branch February 28, 2026 19:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants