Product Design & UX Engineering · 2026
Gingr

Designing a scalable booking workflow
for a pet-care CRM

Gingr runs the back office for dog daycares, boarding facilities, and grooming salons. Redesigned the booking and service scheduling experience for a pet care management platform. From system audit to rapid prototyping in high-fidelity.

Scroll down to explore
Redesigned Gingr dashboard prototype
Overview[i]

Gingr: Pet-Care Booking Workflow Redesign

Gingr is CRM software that runs daily operations for pet-care businesses: daycares, boarding facilities, and grooming salons. This project redesigned its highest-frequency used, highest-friction workflow: booking a reservation. By reorganizing customer and pet data around the task, breaking one long form into a guided flow, and rebuilding the result in real front-end code, the goal was a prototype staff could actually use, and something an engineer could actually build from.

Role
Lead Product Designer, UX Engineer
Deliverables
User research, user flow, high-fidelity prototype, coded front-end build
Timeline
4 hours
Tools
Figma, Figma Make, ChatGPT, Claude, Cursor, Python
Focus
Booking workflow
Methods
AI-assisted research, Python scripting to collect and analyze review keywords from Reddit and other public platforms, competitive analysis, UX wireframing, rapid prototyping
Redesigned Gingr dashboard
Design Outcomes
Streamlined the workflow

Turned one long form into a guided, 3 steps flow for front-desk staff.

Consolidated fragmented data

Customer, pet, and service info now live inside the workflow, not scattered across tabs.

</>
Shipped real front-end code and protoype

Rebuilt in HTML/CSS/JS with Cursor and Claude, so it opens in a browser instead of just a mockup.

Built a reusable pattern

The progressive-disclosure structure could extend to other CRM booking features.

Problem / Background[ii]

Context

CRM tools are the backbone of pet-care businesses: one system runs the whole day, from the front desk to the kennel. In a scan of public user feedback across the category, Gingr's CRM consistently surfaced as a major pain point in public user feedback.

Core problem

Booking is the highest-frequency used task in the system, and today it's one long form: staff can't see service conflicts, pet history, or staff availability until they've already committed to a reservation. Four patterns showed up repeatedly:

Fragmented information
Customer, pet, and service data are separated across steps, so staff have to re-enter details that are already sitting somewhere else in the system.
Hidden dependencies
Staff availability and service constraints aren't surfaced early, so conflicts appear only after work is already done.
Poor visibility
An early choice, like booking type or pet, can affect groomer availability or add-ons down the line, but staff have no way to see that until they get there.
Edge cases break the flow
Multi-pet or multi-groomer scenarios fall outside the happy path and require manual workarounds.

Opportunity

Booking touches nearly every other module (customers, pets, staff, calendar, payments) and breaks down fastest under ordinary edge cases. That combination of high frequency, high friction, and a scope small enough to prototype well solo made it the right entry point, rather than trying to rework the whole CRM.

Goals / Scope Criteria[iii]

Primary goals

Unify the data
Bring customer, pet, and service data into one continuous view instead of separate steps.
Surface constraints early
Show staff and service availability before the user commits, not after.
Make impact visible
Let users see how each decision affects the steps that follow it, in real time.
Support real-world complexity
Handle multi-pet and multi-groomer bookings without manual workarounds.

Why booking ?

Four candidate areas came out of research. Booking was the clear starting point: highest frequency, the widest reach across other modules, and a scope realistic for a 4-hour, AI-assisted build.

Complex BookingSelected
Calendar ClutterParked
Media ManagementParked
OnboardingParked
Research & Discovery[iv]

How AI changed my research process

With no access to Gingr's internal users, data, or support tickets, this research had to be built entirely from public signals. AI tooling didn't replace my thinking. It changes where I spend my time.

  • The designer's role shifts from screen-maker to decision navigator.
  • The Double Diamond still matters, but execution inside each phase just moves faster.
  • Less time on static mockups, more time on working prototypes.
Problem
Solution
DiscoverDefineDevelopDeliver
01

Competitor audit

Direct comparison across four category peers to see how each one handles booking, scheduling, and multi-pet workflows.

MoegoDaySmart PetPaw PartnerTime To Pet
02

Public review mining, with Python

Public documentation, marketing screenshots, and review sites stood in for interviews and support-ticket data I didn't have access to. I used Python to scrape and cluster keywords from Reddit threads and review platforms like GetApp and Capterra, rather than reading each review in isolation.

Python script used to scrape and cluster review keywords
"Customer service is now at the bottom of their list… entirely unreachable. The platform is very buggy — try sending any normal pixel-sized picture."
— Tiffany T. on GetApp, 2026
"You can not book multiple dogs with different groomers. If you break up the appointment, you can not check out with one ticket… the calendar is hard to read."
— Reviewer on Capterra, 2026
03

AI-assisted pattern clustering

Fed the scraped review data into an LLM to surface recurring patterns, like the repeated complaints about multi-pet and multi-groomer bookings, instead of manually tagging each data point one at a time.

04

Workflow mapping & prioritization

Mapped the findings into a CRM workflow model (create, update, use, propagate) and identified the recurring frictions within it. From there, prioritized opportunity areas based on frequency, friction, and design leverage. AI accelerated the synthesis layer; the framing, prioritization, and design judgment stayed mine.

Decision Making & Design Principles[v]

Bring CRM data into the workflow

Surface critical CRM data at the exact point of decision, not off in a separate tab. Directly addresses fragmented information: staff no longer have to leave the flow to find what they already know.

Allow progressive completion

Let staff move forward with partial information instead of forcing full completion upfront. Reveal the next step only once it's relevant.

Surface constraints earlier

Set constraints, like conflicts or availability, before the user commits to a path, not after. Directly reduces the rework caused by hidden dependencies.

Support multi-entity scenarios

Hold complexity like three dogs, one groomer, two services without breaking task continuity. Directly addresses edge cases like multi-pet or multi-groomer bookings.

Why this approach

Held together, these four principles created real tension, not just wins. Prioritizing customer context over open availability, or clarity over speed, meant giving something up on the other side. Those tradeoffs, and why they were worth making, come next.

Interaction Design & Prototypes[vi]

Three moments in the flow show the shift most clearly: the dashboard staff land on every day, the entry point into a new booking, and the screen where a booking actually gets confirmed.

Dashboard — from a status report to a control center

The old dashboard was a dense operations log — accurate, but it didn't tell staff what to do next. The redesign leads with today's actions, not yesterday's data.

OldExisting Gingr dashboard

Current Gingr dashboard — a checked-in reservations log.

NewRedesigned Gingr dashboard

Redesigned dashboard — leads with today's arrivals, occupancy, and one-tap actions.

Redesigned dashboard, annotated
1
Clear workflow entry

One-tap actions for the day's most common tasks.

2
Information hierarchy

Occupancy and traffic are scannable at a glance.

3
Action visibility

Check-in status lives directly on each schedule row.

Booking — one long form becomes a guided flow

The old reservation form asked for location, type, pet, and dates all at once, with no sense of progress. The redesign breaks it into three legible steps: Customer, Booking Type, Services.

OldExisting Gingr reservation form

Current "New Reservation" form — one long page, no progress indicator.

NewRedesigned booking entry step

Redesigned flow — Customer → Booking Type → Services, with a persistent summary panel.

Redesigned booking entry, annotated
1
Progressive disclosure

Booking type and services activate only once a customer is selected.

2
Customer-first data model

Reflects real behavior, where one owner often manages multiple pets.

3
Dependency communicated clearly

The summary panel makes the next requirement explicit.

Booking after selection — every decision made visible

Once a customer and booking type are chosen, the flow pulls in what the CRM already knows — pet history, vaccination status, preferred groomer — instead of asking staff to remember or look it up.

Redesigned booking after selecting a customer and pet
1
Multi-pet booking

Bundle multiple services within a single workflow.

2
Pulled CRM data

Relevant history, like Louie's anxiety flag, surfaces automatically.

3
Inline decision support

Vaccination status appears right where the decision is made.

4
Booking summary

A running total reduces the need to mentally track what's added.

Key Tradeoffs[vii]

Two calls in this redesign came with a real cost on the other side. Naming them honestly is part of the design work.

Customer-firstVSService-first

Booking can start from the customer — find who's coming in — or the service — find what's available today. I chose customer-first because Gingr's most loyal users are repeat customers with known pets, and the CRM's own data model is built around the customer record.

What it gains

Faster repeat bookings, pet history pulled in automatically, fewer duplicate records.

What it costs

Front-desk-heavy businesses that think in open service slots first take one extra step.

Clarity & structureVSSpeed & flexibility

Grouping booking type, then service, then add-ons keeps the system's structure legible one step at a time. The old single-page form was the opposite: everything visible at once, dense but fast for someone who already knows exactly what they want.

What it gains

New or infrequent staff can complete a booking correctly without memorizing the structure.

What it costs

Power users lose the one-screen view and take a few more clicks to reach the same outcome.

AI-Assisted Build[viii]

The differentiator of this project isn't just the design — it's that the design didn't stop at Figma.

Designed in Figma. Rebuilt in code with Cursor.

Every screen in this case study — old-state references aside — was taken from a Figma frame to real, running HTML/CSS using Cursor, then iterated directly against the four design principles above. That's the difference between a designer who hands off a click-through mockup and one who hands off something that opens in a browser, with real markup an engineer can read, adjust, and build from directly.

To be direct about scope: this was a solo project without an engineering team to actually receive the handoff — so "reads like a real build" is a claim about how it's constructed, not a tested claim about handoff smoothness in practice. A recorded walkthrough of the live prototype is next.

<!-- booking-summary.html -->
<div class="booking-summary">
  <h3>Booking Summary</h3>
  <div class="pet-row" data-pet="louie">
    <!-- pulled from CRM record -->
    <span class="flag anxiety">Anxiety risk</span>
    <span class="flag vax-ok">Vaccinations up to date</span>
  </div>
  <div class="total">$100.00</div>
</div>
What I Learned / Next Steps[ix]

Key Learnings

  • AI tooling shifts the designer's role from screen-maker to decision navigator — the thinking doesn't get faster, the execution does.
  • Speed doesn't remove the need for design principles — if anything, it makes them the fastest way to check a decision without a live user to ask.
  • Building in real code surfaces integration questions Figma mockups quietly hide.

Future Improvements

  • Advanced scenarios — overlapping schedules, waitlists, and exception handling.
  • Sharper system feedback — clearer communication of conflicts, constraints, and recovery paths.
  • Usability testing with real front-desk staff — every decision here is grounded in research and principles, not yet validated with the people who'd use it daily.
← Back to Selected Projects
Back to top