← Back to projects

Schedule Builder - Whole Child Therapy

Django
React
shadcn/ui
TailwindCSS
TypeScript

Type: Client Project

Links:


Overview

A scheduling application built for Whole Child Therapy, a provider of pediatric therapy services. They needed a tool to replace their increasingly unmanageable spreadsheet based scheduling system. Previously it would take them several weeks to complete their quarterly schedule, and required a lot of training for their staff to create a conflict free schedule. I was responsible for the development, including project planning, backend architecture, frontend design, and deployment.


Goals & Challenges

Goals:

Challenges:


Approach & Implementation

I met with the client to discuss their existing scheduling process and understand their pain points. It was explained that this wasn't simply a matter of matching technicians and clients based off of availability. There was also taking into account factors such as location, therapy type, technician skill levels, and much more. The client also expressed a need for the system to allow you to override the constraints in certain situations, with a comphrehensive warning system to alert the user of potential conflicts.

They provided me with their existing spreadsheets, which had the following problems:

I designed a relational database schema to represent the various entities and their relationships. I then built out the backend API using Django and Django REST Framework to handle CRUD operations and the matching and warning logic. On the frontend, I used React with shadcn/ui components and TailwindCSS to create a modern interface for managing clients, technicians, availabilities, and appointments. A custom calendar component was developed to visualize and manage appointments effectively.


Key Features


Technical Highlights


Results & Impact

After finishing the initial version of the application I recorded a Loom video demonstrating it's capabilities and was told that when the client showed the video to their scheduling team "there was literal shrieks of joy". The client reported that the new system reduced their quarterly scheduling time from several weeks to just a few days. The system takes away much of the cognitive load of scheduling, allowing their team to focus on higher level tasks. The client was extremely satisfied with the final product and we have continued to work together on adding new features and improvements. They are currently using the system as part of their daily operations.


Lessons Learned

I learned the value of deeply understanding client workflows before starting development. Early discussions with the scheduling team helped me identify key pain points and design a system that truly met their needs. This was also the first project I had built using shadcn/ui components and TailwindCSS, which I have since adopted into my standard toolkit when previously I primarily used SCSS and built custom component libraries. Overall, this project was a rewarding experience that strengthened both my technical skills and my ability to collaborate effectively with clients.