Skip to content

    Race Requests Dashboard

    Track and prioritize marathon requests from users

    Prototype View - Browser Storage Only

    Currently showing requests from your browser's localStorage. To collect requests from all users across the platform, this would need to be integrated with a backend database.

    No Race Requests Yet

    Race requests will appear here once users submit them through the race request card.

    Implementation Notes

    Current Implementation: Uses browser localStorage to track individual user's requests.

    Production Implementation: To collect requests from all users, integrate with a backend:

    • Create a race_requests table in Supabase
    • Modify RaceRequestCard.tsx to POST to the database
    • Query with COUNT(*) to aggregate all user requests
    • Add analytics to track which races get the most interest