Skip to content

Add hourly sales by day API with comparison support#440

Merged
StuartFerguson merged 1 commit intomainfrom
task/#438_todays_sales_by_hour
Feb 16, 2026
Merged

Add hourly sales by day API with comparison support#440
StuartFerguson merged 1 commit intomainfrom
task/#438_todays_sales_by_hour

Conversation

@StuartFerguson
Copy link
Copy Markdown
Member

Introduced a new GET endpoint /todayssalesbyhour that returns sales counts and values by hour for today and a comparison date. Added supporting query, handler, DTO, and model. Removed legacy hourly DTOs in favor of a unified structure. Updated reporting manager and DI registry. Added comprehensive integration tests to verify correct hourly aggregation and comparison. This enhances reporting capabilities for analyzing sales trends by hour.

closes #438

Introduced a new GET endpoint `/todayssalesbyhour` that returns sales counts and values by hour for today and a comparison date. Added supporting query, handler, DTO, and model. Removed legacy hourly DTOs in favor of a unified structure. Updated reporting manager and DI registry. Added comprehensive integration tests to verify correct hourly aggregation and comparison. This enhances reporting capabilities for analyzing sales trends by hour.
@StuartFerguson StuartFerguson merged commit 99cff7c into main Feb 16, 2026
8 checks passed
@github-actions github-actions Bot deleted the task/#438_todays_sales_by_hour branch April 18, 2026 02:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Todays Sales Count/Value By Hour

1 participant