Developer Guide¶
This section covers everything you need to develop MedUX core or build plugins for it.
Getting Started¶
- Setup — set up a development environment for MedUX core
- Code Conventions — naming, formatting, and style rules
Architecture & Concepts¶
- Architecture — app structure, models, how things fit together
- Models — data models and conventions
- Views & Templates — HTMX patterns, modals, toasts
- Menu System — how menus are defined and rendered
- Scoped Settings — the five-level configuration system
- Administration Sections — extending the admin area
- Middleware — device and employee middleware
- Testing — test setup and conventions
Plugin Development¶
- Plugin Development — creating MedUX plugins
- Plugin Structure — anatomy of a plugin
- Shipped Plugins — built-in plugins
- Interfaces Reference — all extension points
Reference¶
- API Reference — auto-generated API docs