=== RaceDay Features ===
Contributors: racerpacer
Tags: events, race, running, blocks, race finder
Requires at least: 6.5
Tested up to: 7.1
Requires PHP: 8.0
Requires Plugins: raceday-model
Stable tag: 0.1.0
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Ten blocks for a race-weekend website: event cards, a race finder, race details, bookmarks and the results section.

== Description ==

Draws the events stored by RaceDay Model. Every block prints stable class names and a small amount of structural CSS; colours, type and spacing belong to the theme, so the same plugin works under any skin.

Blocks:

* **Event grid**: cards for upcoming events
* **Race finder**: the `/races/` page, filtering by terrain, country and continent
* **Event header**: dates, place, coordinates and the hero image
* **Race details**: each race's distance, climb, technical grade, start note, GPX and kit list
* **Register band**: the entry link and capacity
* **Next-up readout**: the next start date, the range of distances, and how many weekends are open
* **Bookmark button**: save an event, stored in the visitor's own browser, no account
* **Aftermath section**, **aftermath scroll** and **aftermath archive**: results links, weather, photos and videos once an event has run

== Installation ==

1. Install and activate RaceDay Model (and ACF Pro, which it needs).
2. Upload `raceday-features` to `/wp-content/plugins/` and activate it.
3. Use a theme that styles the RaceDay classes, such as Wildstride, or add the blocks to your own templates.

== Frequently Asked Questions ==

= Where are bookmarks stored? =

In the visitor's browser (localStorage). Nothing is sent to the server, so there's nothing to delete on uninstall and no cookie banner needed for it.

== Changelog ==

= 0.1.0 =
* First public release.
