Skip to main content

Documentation Index

Fetch the complete documentation index at: https://mintlify.com/hack4impact-umd/breastfeeding-center-gw/llms.txt

Use this file to discover all available pages before exploring further.

Overview

The Booqable Dashboard displays equipment rental data synced from Booqable. It lets staff track rental volume and revenue over time, grouped by week, using a line chart and a sortable data table.

Date Range Filter

A date range picker in the top-right corner filters all data to rentals whose first payment date falls within the selected window. Preset ranges and year navigation are supported. The date range defaults to a standard recent window on page load.

New Rentals by Week

The primary view on this page is the New Rentals by Week chart, which shows rental activity aggregated into weekly buckets across the selected date range.

Graph / Table Toggle

Use the Graph and Table buttons to switch between views:
  • Graph view — A line chart plotting total rental count per week. Weeks with no rentals appear as zero values, ensuring continuity across the date range.
  • Table view — A sortable data table with one row per week, showing:
ColumnDescription
Week StartingThe Monday that begins that rental week
RentalsTotal number of new rentals started that week
Average Rental AmountMean rental value for the week (in USD)
Total Rental AmountSum of all rental charges for the week (in USD)

Exporting Rental Data

  • In table view, click Export to download the weekly rental data as a CSV file named with the selected date range.
  • In graph view, click Export to save the line chart as an image.

Data Source

Rental data is pulled live from the Booqable API via a backend integration. Each rental record includes the item, customer, start date, and payment amount. The dashboard uses the first payment date to assign a rental to a given week.

Build docs developers (and LLMs) love