Skip to content

Instantly share code, notes, and snippets.

View designnotdrum's full-sized avatar

Nick Mason designnotdrum

  • Durham, NC
View GitHub Profile
I need you to create the app defined in this PRD below
PRD 2: Smart check-in with data sync
Problem statement
Patients arrive and wait for manual data entry while front desk staff juggle multiple systems. Information gets entered incorrectly, insurance cards need re-verification, and simple check-ins create bottlenecks during busy periods.
Jobs to be done
For patients:
When I arrive for my appointment, I want to check in quickly without waiting for staff availability
When my information has changed, I want to update it myself rather than explaining it verbally
@designnotdrum
designnotdrum / index.html
Created May 7, 2023 04:27 — forked from edofic/index.html
htmx with a "backend" in service worker
<!DOCTYPE html>
<html>
<head>
<title>Hello Page</title>
<script src="https://unpkg.com/htmx.org@1.9.2"></script>
</head>
<body>
<h1>Hello</h1>