rubycentral / cfp-app

Rails app for managing a conference CFP
MIT License
223 stars 154 forks source link

sponsor banner ad stimulus controller #276

Closed codyjamesbrooks closed 2 years ago

codyjamesbrooks commented 2 years ago

🟡 - Still needs a feature spec.

Reason for Change

The conference websites allowed event sponsors to display banner ads across various website pages. This PR seeks to enable that feature on the event website.

Website creators/designers will be able to add a specific html stimulus controller to any page body, and that page will display a rotating sponsor banner ad element.

Changes

The element that will enable the sponsors banner would look like

<div data-controller="banner-ads" data-banner-ads-event-slug-value="railsconf-2022"></div>

Additional Details

Who doesn't love a preview

Screen Recording 2022-04-28 at 1 24 10 AM