Daniel Onyejesi
2b73db1664
Feat: add Well Visit / Preventive Care tab with AAP 2025 data
...
- Add Well Visit tab with three sub-views: By Visit Age, Full Vaccine Schedule, Catch-Up Schedule
- By Visit Age: shows ICD-10/CPT billing codes, vaccines due with dose info, measurements, sensory/developmental/behavioral/procedure screenings, oral health, notes
- Full Schedule: scrollable table of all vaccines vs all visit ages
- Catch-Up Schedule: per-vaccine minimum ages, intervals, and catch-up notes per CDC 2025
- Add pediatricScheduleData.js (1719-line AAP 2025 Bright Futures dataset)
- Add wellVisit.js for tab logic (lazy-initialized on first tab activation)
- Fire tabChanged CustomEvent on tab switch for lazy initialization
- Add Well Visit CSS styles to styles.css
2026-03-21 23:19:24 -04:00
Daniel Onyejesi
077b0b33ac
Fix: update all Font Awesome 5 icon names to Font Awesome 6
...
FA6 renamed many icons — using old FA5 names caused blank buttons/icons:
- fa-cloud-upload-alt → fa-cloud-arrow-up (Nextcloud upload button)
- fa-sign-out-alt → fa-right-from-bracket (logout button)
- fa-magic → fa-wand-magic-sparkles (all Generate buttons)
- fa-volume-up → fa-volume-high (all Read buttons + stopReading)
- fa-compress-alt → fa-compress (Shorter + 3-Sentence Summary)
- fa-file-medical-alt → fa-file-waveform (SOAP tab header)
- fa-file-alt → fa-file-lines (Transcript/Input cards)
- fa-shield-alt → fa-shield-halved (HIPAA notice + 2FA section)
- fa-sync-alt → fa-rotate (Admin refresh button)
- fa-ambulance → fa-truck-medical (ED note section)
- fa-question-circle → fa-circle-question (What's Missing button)
2026-03-21 21:58:14 -04:00
ifedan-ed
04252c3015
v3.0.0: Auth, admin panel, security fixes, per-tab model selector
...
- Add authMiddleware to all AI/transcribe routes (were unauthenticated)
- Add full admin panel: user management, registration toggle, stats
- Fix XSS in email verification (escape user.name in HTML)
- Fix missing APP_URL fallback in password reset email
- Add per-tab model selector (respects OpenRouter/Bedrock/Azure lists)
- Fix transcribeAudio to send Authorization header
- Fix labs input: textarea instead of single-line input
- Add structured logging: audit_log, api_log, access_log tables
- Add admin CLI (admin-cli.js) for Docker exec management
- Fix duplicate var duration declaration in ai.js catch block
- Fix RETURNING check case-sensitivity in database.js
2026-03-21 19:25:51 -04:00
ifedan-ed
565bec9ca8
v2.0.0: Pediatric AI Scribe
...
Features:
- Live encounter recording → HPI (outpatient/inpatient)
- Voice dictation → HPI / SOAP note
- Hospital course generator (prose/day-by-day/organ system/psych)
- Chart review / precharting (outpatient/subspecialty/ED)
- SOAP note generator (full/subjective only)
- Developmental milestones (AAP/Nelson) with narrative + 3-sentence summary
- AI refine & shorten for all outputs
- Ask AI what's missing (clarification)
- Authentication (email/password, email verification, 2FA)
- Nextcloud integration with auto date folders
- PWA support (installable on phone)
- 18+ AI models via OpenRouter
- HIPAA compliance guidance
- Docker support
2026-03-21 16:55:50 -04:00