Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 640 Bytes

stage-races-list.md

File metadata and controls

21 lines (11 loc) · 640 Bytes

Stage Races List

Requirements

  • Renders a loading spinner while GET "/stage-races" request is in flight.

    Loading spinner

  • Renders "No stage races" when GET "/stage-races" succeeds without records.

    No stage races

  • Renders stage races sorted oldest to newest when GET "/stage-races" succeeds with records.

    Sorted stage races

  • Renders "Error loading stage races" when GET "/stage-races" errors.

    • Error can be cleared.

    GET "/stage-race" error