Skip to content

Add started_at/ended_at datetime fields to Banner#1483

Closed
maebeale wants to merge 1 commit intomainfrom
banner
Closed

Add started_at/ended_at datetime fields to Banner#1483
maebeale wants to merge 1 commit intomainfrom
banner

Conversation

@maebeale
Copy link
Copy Markdown
Collaborator

@maebeale maebeale commented Apr 5, 2026

Closes #216

What is the goal of this PR and why is this important?

Adds support for scheduled banners with start/end dates

How did you approach the change?

Added started_at/ended_at datetime fields to Banner, created an :active scope to filter by current date, and updated display_banner helper to show all active banners instead of just the last one.

Anything else to add?

Continuation of #1342 (original author: @diti0-dot). Recreated from origin to fix stale merge refs on the fork branch.

🤖 Generated with Claude Code

Add scheduled banner support with start/end dates. Created an :active
scope to filter by current date, and updated display_banner helper
to show all active banners instead of just the last one.

Closes #216
@maebeale maebeale closed this Apr 5, 2026
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.

Support scheduled Banners

2 participants