Skip to content

Developer Guide

Mitch Weisbrod edited this page Jul 15, 2026 · 7 revisions

Application Overview

NSO Bridge is an application designed to assist Non-Skating Officials (NSOs) with managing roller derby gameplay and production. It is designed to act as a bridge between the different parts of hosting a roller derby bout to ensure that the game day goes as smoothly as possible. Much in the same way that a skater can act as a bridge to keep the pack together, NSO Bridge is designed to act as a bridge to keep all the NSOs together.

This application is made with FastAPI. FastAPI provides an API documentation page which can be found on the /docs page of the server address. See the FastAPI documentation page for more details on API calls. In this application API calls are typically made to the /api path. For brevity, this document will exclude this prefix.

Bouts

TODO

Jams

TODO

Timeouts

TODO

Series

TODO

Clone this wiki locally